Skip to content

Commit e548601

Browse files
authored
Merge pull request #1897 from github/update-bundle/codeql-bundle-v2.14.6
Update default bundle to 2.14.6
2 parents 650a85e + cc65420 commit e548601

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.14.6. [#1897](https://github.com/github/codeql-action/pull/1897)
78
- We are rolling out a feature in October 2023 that will improve the success rate of C/C++ autobuild. [#1889](https://github.com/github/codeql-action/pull/1889)
89
- Add a warning to help customers avoid inadvertently analyzing the same CodeQL language in multiple matrix jobs. [#1901](https://github.com/github/codeql-action/pull/1901)
910

lib/defaults.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-v2.14.5",
3-
"cliVersion": "2.14.5",
4-
"priorBundleVersion": "codeql-bundle-v2.14.4",
5-
"priorCliVersion": "2.14.4"
2+
"bundleVersion": "codeql-bundle-v2.14.6",
3+
"cliVersion": "2.14.6",
4+
"priorBundleVersion": "codeql-bundle-v2.14.5",
5+
"priorCliVersion": "2.14.5"
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.5",
3-
"cliVersion": "2.14.5",
4-
"priorBundleVersion": "codeql-bundle-v2.14.4",
5-
"priorCliVersion": "2.14.4"
2+
"bundleVersion": "codeql-bundle-v2.14.6",
3+
"cliVersion": "2.14.6",
4+
"priorBundleVersion": "codeql-bundle-v2.14.5",
5+
"priorCliVersion": "2.14.5"
66
}

0 commit comments

Comments
 (0)