Skip to content

Commit c92fd7a

Browse files
authored
Merge pull request #2203 from cjihrig/codeql
ci: update permissions for CodeQL action
2 parents bc8984d + efe6ec1 commit c92fd7a

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
@@ -21,6 +21,11 @@ on:
2121
schedule:
2222
- cron: '35 14 * * 3'
2323

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

0 commit comments

Comments
 (0)