Skip to content

Commit 8bd7b3f

Browse files
committed
ci: add checks write permission to codeql workflow
1 parent c0535d1 commit 8bd7b3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ permissions:
2626
contents: read
2727
security-events: write # Required for uploading SARIF results
2828
actions: read # Required for workflow status
29+
checks: write # Required for creating check runs
2930

3031
concurrency:
3132
group: codeql-${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)