Skip to content

Commit 2ba7208

Browse files
authored
Merge branch 'main' into aeisenberg/pr-check-names
2 parents 8a0c541 + c0a5878 commit 2ba7208

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

.github/workflows/pr-checks.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

tests/multi-language-repo/.github/codeql/codeql-config-packaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Pack testing in the CodeQL Action
33
disable-default-queries: true
44
packs:
55
javascript:
6-
- dsp-testing/codeql-pack1@0.0.4
6+
- dsp-testing/codeql-pack1@0.1.0
77
- dsp-testing/codeql-pack2 # latest
88
paths-ignore:
99
- tests

0 commit comments

Comments
 (0)