Skip to content

Commit

Permalink
Fixing CodeQL permissions - see github/codeql#8843
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Aug 19, 2024
1 parent ebe866c commit 6717686
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 @@ -29,6 +29,10 @@ jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write

strategy:
fail-fast: false
Expand Down

0 comments on commit 6717686

Please sign in to comment.