Skip to content

Commit b195c6a

Browse files
authored
Add missing codeql permissions (#1551)
1 parent 9773f7e commit b195c6a

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
@@ -7,6 +7,11 @@ on:
77
schedule:
88
- cron: '0 8 * * *'
99

10+
permissions:
11+
contents: read # these permissions are required to run the codeql analysis
12+
actions: read
13+
security-events: write
14+
1015
jobs:
1116
analyze:
1217
name: CodeQL Analysis

0 commit comments

Comments
 (0)