Merge branch 'main' into cli-version

This commit is contained in:
Henry Mercer 2021-08-25 15:33:18 +01:00 committed by GitHub
commit a062fc9bf5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -164,7 +164,7 @@ 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.4, dsp-testing/codeql-pack2 packs: dsp-testing/codeql-pack1@0.0.5, dsp-testing/codeql-pack2
- name: Build code - name: Build code
shell: bash shell: bash
@ -206,7 +206,7 @@ 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.4 packs: +dsp-testing/codeql-pack1@0.0.5
languages: javascript languages: javascript
- name: Build code - name: Build code
@ -248,7 +248,7 @@ 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.4 packs: +dsp-testing/codeql-pack1@0.0.5
languages: javascript languages: javascript
tools: latest tools: latest
- name: Build code - name: Build code

View file

@ -1,3 +1,3 @@
{ {
"bundleVersion": "codeql-bundle-20210809" "bundleVersion": "codeql-bundle-20210824"
} }

View file

@ -1,3 +1,3 @@
{ {
"bundleVersion": "codeql-bundle-20210809" "bundleVersion": "codeql-bundle-20210824"
} }