Skip to content

Commit 5d288d3

Browse files
author
Dave Bartolomeo
committed
Use latest released bundle for QL-for-QL
1 parent 79aba19 commit 5d288d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ql-for-ql-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
uses: github/codeql-action/init@71a8b35ff4c80fcfcd05bc1cd932fe3c08f943ca
2828
with:
2929
languages: javascript # does not matter
30+
tools: latest
3031
- name: Get CodeQL version
3132
id: get-codeql-version
3233
run: |
@@ -138,6 +139,7 @@ jobs:
138139
languages: ql
139140
db-location: ${{ runner.temp }}/db
140141
config-file: ./ql-for-ql-config.yml
142+
tools: latest
141143
- name: Move pack cache
142144
run: |
143145
cp -r ${PACK}/.cache ql/ql/src/.cache

0 commit comments

Comments
 (0)