Skip to content

Commit

Permalink
fix(ci): actions permissions for codeql (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzzerd committed May 13, 2024
1 parent 423ba25 commit c9c27d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ on: # yamllint disable-line rule:truthy
branches: [master]

permissions:
actions: read
contents: read
statuses: write
security-events: write

jobs:
analyze:
Expand Down

0 comments on commit c9c27d0

Please sign in to comment.