Skip to content

Commit

Permalink
Fix CodeQL permissions (#20)
Browse files Browse the repository at this point in the history
- Fixes CodeQL workflow permissions

{patch}
  • Loading branch information
nagyesta authored Feb 12, 2022
1 parent 13f3426 commit 8acd8be
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,13 @@ on:
- '.github/ISSUE_TEMPLATE/**'
- '.github/assets/**'

permissions: read-all
permissions:
# required for all workflows
security-events: write

# only required for workflows in private repositories
actions: read
contents: read

jobs:
analyze:
Expand Down

0 comments on commit 8acd8be

Please sign in to comment.