Bump version of testing pack
This commit is contained in:
parent
720884501a
commit
132e08a05f
1 changed files with 3 additions and 3 deletions
6
.github/workflows/pr-checks.yml
vendored
6
.github/workflows/pr-checks.yml
vendored
|
|
@ -164,7 +164,7 @@ jobs:
|
|||
with:
|
||||
config-file: ".github/codeql/codeql-config-packaging2.yml"
|
||||
languages: javascript
|
||||
packs: dsp-testing/codeql-pack1@0.0.4, dsp-testing/codeql-pack2
|
||||
packs: dsp-testing/codeql-pack1@0.0.5, dsp-testing/codeql-pack2
|
||||
|
||||
- name: Build code
|
||||
shell: bash
|
||||
|
|
@ -206,7 +206,7 @@ jobs:
|
|||
- uses: ./../action/init
|
||||
with:
|
||||
config-file: ".github/codeql/codeql-config-packaging3.yml"
|
||||
packs: +dsp-testing/codeql-pack1@0.0.4
|
||||
packs: +dsp-testing/codeql-pack1@0.0.5
|
||||
languages: javascript
|
||||
|
||||
- name: Build code
|
||||
|
|
@ -248,7 +248,7 @@ jobs:
|
|||
- uses: ./../action/init
|
||||
with:
|
||||
config-file: ".github/codeql/codeql-config-packaging3.yml"
|
||||
packs: +dsp-testing/codeql-pack1@0.0.4
|
||||
packs: +dsp-testing/codeql-pack1@0.0.5
|
||||
languages: javascript
|
||||
tools: latest
|
||||
- name: Build code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue