We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e77ea0 commit 583643dCopy full SHA for 583643d
.github/workflows/codeql-daily.yml
@@ -7,6 +7,9 @@ on:
7
8
jobs:
9
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
13
runs-on: windows-2019
14
strategy:
15
fail-fast: false
0 commit comments