Skip to content

Commit 3a016eb

Browse files
authored
Merge branch 'main' into remove-old-loc
2 parents 80a6b3a + c0a5878 commit 3a016eb

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

.github/workflows/pr-checks.yml

Lines changed: 11 additions & 4 deletions
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
@@ -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

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)