Skip to content

Commit 35de449

Browse files
ci: Add permissions to CodeQL action (#27)
1 parent 0e47faa commit 35de449

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
@@ -14,6 +14,11 @@ on:
1414
schedule:
1515
- cron: '0 5 * * 6'
1616

17+
permissions:
18+
actions: read
19+
contents: read
20+
security-events: write
21+
1722
jobs:
1823
analyze:
1924
name: Analyze

0 commit comments

Comments
 (0)