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.
2 parents 1585462 + d879f4b commit 33bb16cCopy full SHA for 33bb16c
1 file changed
.github/workflows/codeql.yml
@@ -13,6 +13,11 @@ jobs:
13
outputs:
14
versions: ${{ steps.compare.outputs.versions }}
15
16
+ permissions:
17
+ actions: read
18
+ contents: read
19
+ security-events: write
20
+
21
steps:
22
- uses: actions/checkout@v2
23
- name: Init with default CodeQL bundle from the VM image
@@ -59,6 +64,11 @@ jobs:
59
64
tools: ${{ fromJson(needs.check-codeql-versions.outputs.versions) }}
60
65
runs-on: ${{ matrix.os }}
61
66
67
68
69
70
71
62
72
63
73
74
- uses: ./init
0 commit comments