Merge pull request #712 from github/hmakholm/pr/2.6.0

Update CodeQL bundle to 20210824 / 2.6.0
This commit is contained in:
Aditya Sharad 2021-08-24 15:32:25 -07:00 committed by GitHub
commit 50de2e4d1e
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:
config-file: ".github/codeql/codeql-config-packaging2.yml"
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
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.4
packs: +dsp-testing/codeql-pack1@0.0.5
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.4
packs: +dsp-testing/codeql-pack1@0.0.5
languages: javascript
tools: latest
- 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"
}