Skip to content

Commit

Permalink
Merge pull request #712 from github/hmakholm/pr/2.6.0
Browse files Browse the repository at this point in the history
Update CodeQL bundle to 20210824 / 2.6.0
  • Loading branch information
adityasharad committed Aug 24, 2021
2 parents f0a2954 + 132e08a commit 50de2e4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/defaults.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"bundleVersion": "codeql-bundle-20210809"
"bundleVersion": "codeql-bundle-20210824"
}
2 changes: 1 addition & 1 deletion src/defaults.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"bundleVersion": "codeql-bundle-20210809"
"bundleVersion": "codeql-bundle-20210824"
}

0 comments on commit 50de2e4

Please sign in to comment.