Merge branch 'main' into cli-version
This commit is contained in:
commit
a062fc9bf5
3 changed files with 5 additions and 5 deletions
6
.github/workflows/pr-checks.yml
vendored
6
.github/workflows/pr-checks.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"bundleVersion": "codeql-bundle-20210809"
|
"bundleVersion": "codeql-bundle-20210824"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"bundleVersion": "codeql-bundle-20210809"
|
"bundleVersion": "codeql-bundle-20210824"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue