Skip to content

Commit 7d26b4d

Browse files
authored
Fix CodeQL failures due to recent org-level permission changes (#3951)
1 parent 055817a commit 7d26b4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codeql-daily.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77

88
jobs:
99
analyze:
10+
permissions:
11+
actions: read # for github/codeql-action/init to get workflow details
12+
security-events: write # for github/codeql-action/analyze to upload SARIF results
1013
runs-on: ubuntu-latest
1114

1215
steps:

0 commit comments

Comments
 (0)