Skip to content

Commit 00b25f4

Browse files
authored
fix(actions): Add security-events write permission to CodeQL results upload (#2162)
1 parent b91d78f commit 00b25f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codeql-analysis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ on:
2222

2323
permissions:
2424
contents: read
25+
security-events: write
2526
jobs:
2627
analyze:
2728
name: Analyze

0 commit comments

Comments
 (0)