Skip to content

Commit

Permalink
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-checks.yml
@@ -164,7 +164,7 @@ jobs:
with:
config-file: ".github/codeql/codeql-config-packaging2.yml"
languages: javascript
packs: dsp-testing/codeql-pack1@0.0.5, dsp-testing/codeql-pack2
packs: dsp-testing/codeql-pack1@0.1.0, 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.5
packs: +dsp-testing/codeql-pack1@0.1.0
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.5
packs: +dsp-testing/codeql-pack1@0.1.0
languages: javascript
tools: latest
- name: Build code
@@ -3,7 +3,7 @@ name: Pack testing in the CodeQL Action
disable-default-queries: true
packs:
javascript:
- dsp-testing/codeql-pack1@0.0.4
- dsp-testing/codeql-pack1@0.1.0
- dsp-testing/codeql-pack2 # latest
paths-ignore:
- tests

0 comments on commit e833d6e

Please sign in to comment.