Skip to content

Commit 1e8043f

Browse files
committed
Update default CodeQL version to 2.10.3
1 parent c12cfbc commit 1e8043f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## [UNRELEASED]
44

55
- In debug mode, debug artifacts are now uploaded even if a step in the Actions workflow fails. [#1159](https://github.com/github/codeql-action/pull/1159)
6+
- Update default CodeQL bundle version to 2.10.3. [#1178](https://github.com/github/codeql-action/pull/1178)
67

78
## 2.1.18 - 03 Aug 2022
89

lib/defaults.json

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

src/defaults.json

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

0 commit comments

Comments
 (0)