Skip to content

Commit 6a3fc57

Browse files
authored
Merge pull request #489 from afshin/codeql-permission
Add Appropriate Token Permission for CodeQL Workflow
2 parents d3b40f4 + 265abd2 commit 6a3fc57

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
@@ -21,6 +21,10 @@ on:
2121
schedule:
2222
- cron: '25 18 * * 4'
2323

24+
permissions:
25+
security-events:
26+
write
27+
2428
jobs:
2529
analyze:
2630
name: Analyze

0 commit comments

Comments
 (0)