Skip to content

Commit 583643d

Browse files
committed
Fix permissions
1 parent 1e77ea0 commit 583643d

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: windows-2019
1114
strategy:
1215
fail-fast: false

0 commit comments

Comments
 (0)