Merge branch 'main' into esbena-patch-2

This commit is contained in:
Andrew Eisenberg 2021-09-01 07:26:43 -07:00 committed by GitHub
commit 72399ae69a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 5 deletions

View file

@ -123,6 +123,8 @@ jobs:
with: with:
config-file: ".github/codeql/codeql-config-packaging.yml" config-file: ".github/codeql/codeql-config-packaging.yml"
languages: javascript languages: javascript
# This version is known to worl with 0.1.0
tools: https://github.com/dsp-testing/codeql-cli-nightlies/releases/download/codeql-bundle-20210831-manual/codeql-bundle.tar.gz
- name: Build code - name: Build code
shell: bash shell: bash
run: ./build.sh run: ./build.sh
@ -164,7 +166,9 @@ jobs:
with: with:
config-file: ".github/codeql/codeql-config-packaging2.yml" config-file: ".github/codeql/codeql-config-packaging2.yml"
languages: javascript 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
# This version is known to worl with 0.1.0
tools: https://github.com/dsp-testing/codeql-cli-nightlies/releases/download/codeql-bundle-20210831-manual/codeql-bundle.tar.gz
- name: Build code - name: Build code
shell: bash shell: bash
@ -206,8 +210,10 @@ jobs:
- uses: ./../action/init - uses: ./../action/init
with: with:
config-file: ".github/codeql/codeql-config-packaging3.yml" 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 languages: javascript
# This version is known to worl with 0.1.0
tools: https://github.com/dsp-testing/codeql-cli-nightlies/releases/download/codeql-bundle-20210831-manual/codeql-bundle.tar.gz
- name: Build code - name: Build code
shell: bash shell: bash
@ -248,9 +254,10 @@ jobs:
- uses: ./../action/init - uses: ./../action/init
with: with:
config-file: ".github/codeql/codeql-config-packaging3.yml" 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 languages: javascript
tools: latest # This version is known to worl with 0.1.0
tools: https://github.com/dsp-testing/codeql-cli-nightlies/releases/download/codeql-bundle-20210831-manual/codeql-bundle.tar.gz
- name: Build code - name: Build code
shell: bash shell: bash
run: ./build.sh run: ./build.sh

View file

@ -3,7 +3,7 @@ name: Pack testing in the CodeQL Action
disable-default-queries: true disable-default-queries: true
packs: packs:
javascript: javascript:
- dsp-testing/codeql-pack1@0.0.4 - dsp-testing/codeql-pack1@0.1.0
- dsp-testing/codeql-pack2 # latest - dsp-testing/codeql-pack2 # latest
paths-ignore: paths-ignore:
- tests - tests