Skip to content

Commit

Permalink
fix(actions): Set correct permissions for codeql-action workflow (#29250
Browse files Browse the repository at this point in the history
)
  • Loading branch information
chouetz committed Sep 11, 2024
1 parent 7fedd32 commit f704138
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 @@ -15,6 +15,8 @@ permissions: {}
jobs:
CodeQL-Build:
runs-on: ubuntu-20.04
permissions:
security-events: write
strategy:
matrix:
language: ["go", "javascript", "python", "cpp"]
Expand Down

0 comments on commit f704138

Please sign in to comment.