Skip to content

Commit 6b01293

Browse files
authored
Add missing security-events:write permissions for CodeQL (github#23676)
1 parent 89d1d7f commit 6b01293

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
permissions:
1919
actions: read
2020
contents: read
21+
security-events: write
2122

2223
jobs:
2324
build:

0 commit comments

Comments
 (0)