Skip to content

Commit fb23492

Browse files
committed
Fix permissions of codeql
1 parent 0495b04 commit fb23492

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
schedule:
99
- cron: '17 16 * * 2'
1010

11+
permissions:
12+
actions: read
13+
security-events: write
14+
1115
jobs:
1216
analyze:
1317
uses: voxpelli/ghatemplates/.github/workflows/codeql-analysis.yml@main

0 commit comments

Comments
 (0)