Skip to content

Commit 8a2cbab

Browse files
authoredOct 11, 2023
Merge pull request #1938 from github/update-bundle/codeql-bundle-v2.15.0
Update default bundle to 2.15.0
2 parents a67b110 + a5cf70c commit 8a2cbab

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed
 

‎CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th
44

55
## [UNRELEASED]
66

7+
- Update default CodeQL bundle version to 2.15.0. [#1938](https://github.com/github/codeql-action/pull/1938)
78
- Improve the log output when an error occurs in an invocation of the CodeQL CLI. [#1927](https://github.com/github/codeql-action/pull/1927)
89

910
## 2.22.1 - 09 Oct 2023

‎lib/defaults.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-v2.14.6",
3-
"cliVersion": "2.14.6",
4-
"priorBundleVersion": "codeql-bundle-v2.14.5",
5-
"priorCliVersion": "2.14.5"
2+
"bundleVersion": "codeql-bundle-v2.15.0",
3+
"cliVersion": "2.15.0",
4+
"priorBundleVersion": "codeql-bundle-v2.14.6",
5+
"priorCliVersion": "2.14.6"
66
}

‎src/defaults.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-v2.14.6",
3-
"cliVersion": "2.14.6",
4-
"priorBundleVersion": "codeql-bundle-v2.14.5",
5-
"priorCliVersion": "2.14.5"
2+
"bundleVersion": "codeql-bundle-v2.15.0",
3+
"cliVersion": "2.15.0",
4+
"priorBundleVersion": "codeql-bundle-v2.14.6",
5+
"priorCliVersion": "2.14.6"
66
}

0 commit comments

Comments
 (0)