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 79aba19 commit 5d288d3Copy full SHA for 5d288d3
.github/workflows/ql-for-ql-build.yml
@@ -27,6 +27,7 @@ jobs:
27
uses: github/codeql-action/init@71a8b35ff4c80fcfcd05bc1cd932fe3c08f943ca
28
with:
29
languages: javascript # does not matter
30
+ tools: latest
31
- name: Get CodeQL version
32
id: get-codeql-version
33
run: |
@@ -138,6 +139,7 @@ jobs:
138
139
languages: ql
140
db-location: ${{ runner.temp }}/db
141
config-file: ./ql-for-ql-config.yml
142
143
- name: Move pack cache
144
145
cp -r ${PACK}/.cache ql/ql/src/.cache
0 commit comments