Skip to content

Commit 170dc0f

Browse files
committed
Add permission for scheduled CodeQL run
1 parent 476637d commit 170dc0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
schedule:
66
- cron: '0 11 * * 2'
77

8+
permissions:
9+
security-events: write # Used by this action.
10+
811
jobs:
912
CodeQL-Build:
1013

0 commit comments

Comments
 (0)