Skip to content

Commit

Permalink
Merge pull request #370 from sashashura/patch-1
Browse files Browse the repository at this point in the history
GitHub Workflows security hardening
  • Loading branch information
alexander-akait committed May 24, 2023
2 parents 4aa24c0 + 86c2148 commit 6a9e1fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: [main]

permissions:
contents: read # to fetch code (actions/checkout)

jobs:
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6a9e1fa

Please sign in to comment.