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 f4712ec commit 174bcc0Copy full SHA for 174bcc0
.github/workflows/codeql-analysis.yml
@@ -14,8 +14,15 @@ on:
14
# The branches below must be a subset of the branches above
15
branches: [ master ]
16
17
+permissions: # added using https://github.com/step-security/secure-workflows
18
+ contents: read
19
+
20
jobs:
21
analyze:
22
+ permissions:
23
+ actions: read # for github/codeql-action/init to get workflow details
24
+ contents: read # for actions/checkout to fetch code
25
+ security-events: write # for github/codeql-action/autobuild to send a status report
26
name: Analyze
27
runs-on: ubuntu-latest
28
0 commit comments