Skip to content

Commit d1ff4d6

Browse files
committed
Try the nightly build for packaging integration tests
1 parent e833d6e commit d1ff4d6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/pr-checks.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)