Skip to content

Commit e833d6e

Browse files
committed
Update integration test pack versions
1 parent e2d592d commit e833d6e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pr-checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
with:
165165
config-file: ".github/codeql/codeql-config-packaging2.yml"
166166
languages: javascript
167-
packs: dsp-testing/codeql-pack1@0.0.5, dsp-testing/codeql-pack2
167+
packs: dsp-testing/codeql-pack1@0.1.0, dsp-testing/codeql-pack2
168168

169169
- name: Build code
170170
shell: bash
@@ -206,7 +206,7 @@ jobs:
206206
- uses: ./../action/init
207207
with:
208208
config-file: ".github/codeql/codeql-config-packaging3.yml"
209-
packs: +dsp-testing/codeql-pack1@0.0.5
209+
packs: +dsp-testing/codeql-pack1@0.1.0
210210
languages: javascript
211211

212212
- name: Build code
@@ -248,7 +248,7 @@ jobs:
248248
- uses: ./../action/init
249249
with:
250250
config-file: ".github/codeql/codeql-config-packaging3.yml"
251-
packs: +dsp-testing/codeql-pack1@0.0.5
251+
packs: +dsp-testing/codeql-pack1@0.1.0
252252
languages: javascript
253253
tools: latest
254254
- name: Build code

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)