@@ -128,6 +128,8 @@ jobs:
128128 with :
129129 config-file : " .github/codeql/codeql-config-packaging.yml"
130130 languages : javascript
131+ # This version is known to worl with 0.1.0
132+ tools : https://github.com/dsp-testing/codeql-cli-nightlies/releases/download/codeql-bundle-20210831-manual/codeql-bundle.tar.gz
131133 - name : Build code
132134 shell : bash
133135 run : ./build.sh
@@ -170,7 +172,9 @@ jobs:
170172 with :
171173 config-file : " .github/codeql/codeql-config-packaging2.yml"
172174 languages : javascript
173- packs : dsp-testing/codeql-pack1@0.0.5, dsp-testing/codeql-pack2
175+ packs : dsp-testing/codeql-pack1@0.1.0, dsp-testing/codeql-pack2
176+ # This version is known to worl with 0.1.0
177+ tools : https://github.com/dsp-testing/codeql-cli-nightlies/releases/download/codeql-bundle-20210831-manual/codeql-bundle.tar.gz
174178
175179 - name : Build code
176180 shell : bash
@@ -213,8 +217,10 @@ jobs:
213217 - uses : ./../action/init
214218 with :
215219 config-file : " .github/codeql/codeql-config-packaging3.yml"
216- packs : +dsp-testing/codeql-pack1@0.0.5
220+ packs : +dsp-testing/codeql-pack1@0.1.0
217221 languages : javascript
222+ # This version is known to worl with 0.1.0
223+ tools : https://github.com/dsp-testing/codeql-cli-nightlies/releases/download/codeql-bundle-20210831-manual/codeql-bundle.tar.gz
218224
219225 - name : Build code
220226 shell : bash
@@ -256,9 +262,10 @@ jobs:
256262 - uses : ./../action/init
257263 with :
258264 config-file : " .github/codeql/codeql-config-packaging3.yml"
259- packs : +dsp-testing/codeql-pack1@0.0.5
265+ packs : +dsp-testing/codeql-pack1@0.1.0
260266 languages : javascript
261- tools : latest
267+ # This version is known to worl with 0.1.0
268+ tools : https://github.com/dsp-testing/codeql-cli-nightlies/releases/download/codeql-bundle-20210831-manual/codeql-bundle.tar.gz
262269 - name : Build code
263270 shell : bash
264271 run : ./build.sh
0 commit comments