Skip to content

Commit 98396cf

Browse files
heijligenop3
authored andcommitted
GitHub Actions: Fix CodeQL workflow (2)
Ok, the `security-events` has to be set to `write`
1 parent dcb23e0 commit 98396cf

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
@@ -16,7 +16,7 @@ on:
1616

1717
permissions:
1818
contents: read
19-
security-events: read
19+
security-events: write
2020

2121
jobs:
2222
analyze:

0 commit comments

Comments
 (0)