Skip to content

Commit

Permalink
Added permissions needed for codeql-action v3.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz committed Mar 6, 2024
1 parent 3f9bb5a commit 346c401
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
pull_request:
schedule:
- cron: '0 1 * * 4'
permissions:
actions: read
contents: read
security-events: write
jobs:
analyze:
name: Analyze
Expand Down

0 comments on commit 346c401

Please sign in to comment.