Skip to content

Commit efea923

Browse files
committed
Fix custom version of CLI to use for package testing
This can be removed when 2.5.6 is released.
1 parent d16268b commit efea923

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pr-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ jobs:
118118
with:
119119
config-file: ".github/codeql/codeql-config-packaging.yml"
120120
languages: javascript
121-
# TODO: this is temporary until we have a release that includes the latest packaging work.
122-
tools: https://github.com/dsp-testing/aeisenberg-codeql-action-packaging/releases/download/codeql-bundle-20210606/codeql-bundle-linux64.tar.gz
121+
# TODO: this can be removed when cli v2.5.6 is released and available in the tool cache
122+
tools: https://github.com/dsp-testing/aeisenberg-codeql-action-packaging/releases/download/codeql-bundle-20210615/codeql-bundle-linux64.tar.gz
123123

124124
- name: Build code
125125
shell: bash

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/[email protected].3
6+
- dsp-testing/[email protected].4
77
- dsp-testing/codeql-pack2 # latest
88
paths-ignore:
99
- tests

0 commit comments

Comments
 (0)