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 055817a commit 7d26b4dCopy full SHA for 7d26b4d
.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: ubuntu-latest
14
15
steps:
0 commit comments