Skip to content

Commit a2dbf63

Browse files
authored
fix: add required permissions for CodeQL analysis workflow (#3255)
1 parent 1cd8d76 commit a2dbf63

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)