File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -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
@@ -165,6 +167,8 @@ jobs:
165167 config-file : " .github/codeql/codeql-config-packaging2.yml"
166168 languages : javascript
167169 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
@@ -208,6 +212,8 @@ jobs:
208212 config-file : " .github/codeql/codeql-config-packaging3.yml"
209213 packs :
+dsp-testing/[email protected] 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
@@ -250,7 +256,8 @@ jobs:
250256 config-file : " .github/codeql/codeql-config-packaging3.yml"
251257 packs :
+dsp-testing/[email protected] 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
You can’t perform that action at this time.
0 commit comments