Skip to content

Commit

Permalink
Add missing codeql permissions (#1551)
Browse files Browse the repository at this point in the history
  • Loading branch information
irvinesunday authored Feb 6, 2024
1 parent 9773f7e commit b195c6a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:
schedule:
- cron: '0 8 * * *'

permissions:
contents: read # these permissions are required to run the codeql analysis
actions: read
security-events: write

jobs:
analyze:
name: CodeQL Analysis
Expand Down

0 comments on commit b195c6a

Please sign in to comment.