@@ -123,6 +123,8 @@ jobs:
123123 with :
124124 config-file : " .github/codeql/codeql-config-packaging.yml"
125125 languages : javascript
126+ # This version is known to worl with 0.1.0
127+ tools : https://github.com/dsp-testing/codeql-cli-nightlies/releases/download/codeql-bundle-20210831-manual/codeql-bundle.tar.gz
126128 - name : Build code
127129 shell : bash
128130 run : ./build.sh
@@ -164,7 +166,9 @@ jobs:
164166 with :
165167 config-file : " .github/codeql/codeql-config-packaging2.yml"
166168 languages : javascript
167- packs :
dsp-testing/[email protected] , dsp-testing/codeql-pack2 169+ packs :
dsp-testing/[email protected] , dsp-testing/codeql-pack2 170+ # This version is known to worl with 0.1.0
171+ tools : https://github.com/dsp-testing/codeql-cli-nightlies/releases/download/codeql-bundle-20210831-manual/codeql-bundle.tar.gz
168172
169173 - name : Build code
170174 shell : bash
@@ -206,8 +210,10 @@ jobs:
206210 - uses : ./../action/init
207211 with :
208212 config-file : " .github/codeql/codeql-config-packaging3.yml"
209- packs : +dsp-testing/codeql-pack1@0.0.5
213+ packs : +dsp-testing/codeql-pack1@0.1.0
210214 languages : javascript
215+ # This version is known to worl with 0.1.0
216+ tools : https://github.com/dsp-testing/codeql-cli-nightlies/releases/download/codeql-bundle-20210831-manual/codeql-bundle.tar.gz
211217
212218 - name : Build code
213219 shell : bash
@@ -248,9 +254,10 @@ jobs:
248254 - uses : ./../action/init
249255 with :
250256 config-file : " .github/codeql/codeql-config-packaging3.yml"
251- packs : +dsp-testing/codeql-pack1@0.0.5
257+ packs : +dsp-testing/codeql-pack1@0.1.0
252258 languages : javascript
253- tools : latest
259+ # This version is known to worl with 0.1.0
260+ tools : https://github.com/dsp-testing/codeql-cli-nightlies/releases/download/codeql-bundle-20210831-manual/codeql-bundle.tar.gz
254261 - name : Build code
255262 shell : bash
256263 run : ./build.sh
0 commit comments