Skip to content

Commit 50de2e4

Browse files
authoredAug 24, 2021
Merge pull request #712 from github/hmakholm/pr/2.6.0
Update CodeQL bundle to 20210824 / 2.6.0
2 parents f0a2954 + 132e08a commit 50de2e4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
 

‎.github/workflows/pr-checks.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
with:
165165
config-file: ".github/codeql/codeql-config-packaging2.yml"
166166
languages: javascript
167-
packs: dsp-testing/codeql-pack1@0.0.4, dsp-testing/codeql-pack2
167+
packs: dsp-testing/codeql-pack1@0.0.5, dsp-testing/codeql-pack2
168168

169169
- name: Build code
170170
shell: bash
@@ -206,7 +206,7 @@ jobs:
206206
- uses: ./../action/init
207207
with:
208208
config-file: ".github/codeql/codeql-config-packaging3.yml"
209-
packs: +dsp-testing/codeql-pack1@0.0.4
209+
packs: +dsp-testing/codeql-pack1@0.0.5
210210
languages: javascript
211211

212212
- name: Build code
@@ -248,7 +248,7 @@ jobs:
248248
- uses: ./../action/init
249249
with:
250250
config-file: ".github/codeql/codeql-config-packaging3.yml"
251-
packs: +dsp-testing/codeql-pack1@0.0.4
251+
packs: +dsp-testing/codeql-pack1@0.0.5
252252
languages: javascript
253253
tools: latest
254254
- name: Build code

‎lib/defaults.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"bundleVersion": "codeql-bundle-20210809"
2+
"bundleVersion": "codeql-bundle-20210824"
33
}

‎src/defaults.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"bundleVersion": "codeql-bundle-20210809"
2+
"bundleVersion": "codeql-bundle-20210824"
33
}

0 commit comments

Comments
 (0)
Please sign in to comment.