Skip to content

Commit 33fee57

Browse files
authored
fix: add required permissions for CodeQL analysis workflow (#4942)
1 parent 048db2a commit 33fee57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ name: "CodeQL"
77

88
permissions:
99
contents: read
10+
security-events: write
11+
actions: read
1012

1113
on:
1214
push:

0 commit comments

Comments
 (0)