Skip to content

Commit eb0d5a3

Browse files
CodeQL: add permissions
1 parent 28c99e8 commit eb0d5a3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ on:
2020
schedule:
2121
- cron: '24 7 * * 4'
2222

23+
permissions:
24+
actions: read
25+
contents: read
26+
security-events: write
27+
2328
jobs:
2429
analyze:
2530
name: Analyze

0 commit comments

Comments
 (0)