Skip to content

Commit b0afb62

Browse files
committed
fix: codeql-analysis.yml permissions for security-events
1 parent 490facd commit b0afb62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Code scanning - action"
33
permissions:
44
actions: read
55
contents: read
6-
security-events: read
6+
security-events: write
77

88
on:
99
push:

0 commit comments

Comments
 (0)