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 dfa7786 commit 4af8434Copy full SHA for 4af8434
.github/workflows/sca-integration-osv.yml
@@ -8,6 +8,11 @@ on:
8
- main
9
10
permissions:
11
+ # Required to upload SARIF file to CodeQL. See: https://github.com/github/codeql-action/issues/2117
12
+ actions: read
13
+ # Require writing security events to upload SARIF file to security tab
14
+ security-events: write
15
+ # to fetch code (actions/checkout)
16
contents: read
17
18
env:
0 commit comments