Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Bump version of testing pack
  • Loading branch information
edoardopirovano committed Aug 24, 2021
commit 132e08a05f7d55136a3c24ce4bec42569cd7d040
6 changes: 3 additions & 3 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
with:
config-file: ".github/codeql/codeql-config-packaging2.yml"
languages: javascript
packs: dsp-testing/[email protected].4, dsp-testing/codeql-pack2
packs: dsp-testing/[email protected].5, dsp-testing/codeql-pack2

- name: Build code
shell: bash
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
- uses: ./../action/init
with:
config-file: ".github/codeql/codeql-config-packaging3.yml"
packs: +dsp-testing/[email protected].4
packs: +dsp-testing/[email protected].5
languages: javascript

- name: Build code
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:
- uses: ./../action/init
with:
config-file: ".github/codeql/codeql-config-packaging3.yml"
packs: +dsp-testing/[email protected].4
packs: +dsp-testing/[email protected].5
languages: javascript
tools: latest
- name: Build code
Expand Down