Skip to content

Commit

Permalink
[chore] [workflow] Add permissions
Browse files Browse the repository at this point in the history
codeql requires security-events: write...

Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed Jan 10, 2025
1 parent 765ddb7 commit 18ce05a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
jobs:
CodeQL-Build:
runs-on: macos-latest
permissions:
actions: read
contents: read
security-events: write
if: ${{ github.actor != 'dependabot[bot]' }}
env:
# Force CodeQL to run the extraction on the files compiled by our custom
Expand Down

0 comments on commit 18ce05a

Please sign in to comment.