Skip to content

Commit

Permalink
Add the 'statuses' permission to the CodeQL workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon committed Apr 28, 2021
1 parent 63f1fcb commit d764727
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ on:
schedule:
- cron: '0 3 * * 0'

permissions:
statuses: write

jobs:
analyze:
name: Analyze
Expand Down

0 comments on commit d764727

Please sign in to comment.