Skip to content

Commit

Permalink
Add permissions/security-events:write to CodeQL action to allow it to…
Browse files Browse the repository at this point in the history
… run in read-only Workflow permissions mode.
  • Loading branch information
DavidAnson authored Jul 16, 2022
1 parent 51cec76 commit ed8a2e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
security-events: write

strategy:
fail-fast: false
Expand Down

0 comments on commit ed8a2e6

Please sign in to comment.