We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb84a7 commit 21192b7Copy full SHA for 21192b7
.github/workflows/ql-for-ql-build.yml
@@ -19,6 +19,7 @@ jobs:
19
uses: github/codeql-action/init@aa93aea877e5fb8841bcb1193f672abf6e9f2980
20
with:
21
languages: javascript # does not matter
22
+ tools: latest
23
- name: Get CodeQL version
24
id: get-codeql-version
25
run: |
@@ -186,6 +187,7 @@ jobs:
186
187
languages: ql
188
db-location: ${{ runner.temp }}/db
189
config-file: ./ql-for-ql-config.yml
190
191
192
- name: Perform CodeQL Analysis
193
uses: github/codeql-action/analyze@aa93aea877e5fb8841bcb1193f672abf6e9f2980
0 commit comments