Skip to content

Commit e305a25

Browse files
Adds permissions for analysis
1 parent bac11b4 commit e305a25

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
@@ -26,6 +26,10 @@ jobs:
2626
analyze:
2727
name: Analyze
2828
runs-on: ubuntu-latest
29+
permissions:
30+
actions: read
31+
contents: read
32+
security-events: write
2933

3034
strategy:
3135
fail-fast: false

0 commit comments

Comments
 (0)