Skip to content

Commit 2160dd3

Browse files
authored
Merge pull request #1831 from github/update-bundle/codeql-bundle-v2.14.2
Update default bundle to 2.14.2
2 parents 2ec74e3 + 1e14fd9 commit 2160dd3

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
@@ -13,6 +13,7 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th
1313
- We are rolling out a feature in August 2023 that will improve multi-threaded performance on larger runners. [#1817](https://github.com/github/codeql-action/pull/1817)
1414
- We are rolling out a feature in August 2023 that adds beta support for [Project Lombok](https://projectlombok.org/) when analyzing Java. [#1809](https://github.com/github/codeql-action/pull/1809)
1515
- Reduce disk space usage when downloading the CodeQL bundle. [#1820](https://github.com/github/codeql-action/pull/1820)
16+
- Update default CodeQL bundle version to 2.14.2. [#1831](https://github.com/github/codeql-action/pull/1831)
1617

1718
## 2.21.2 - 28 Jul 2023
1819

lib/defaults.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-v2.14.1",
3-
"cliVersion": "2.14.1",
4-
"priorBundleVersion": "codeql-bundle-v2.14.0",
5-
"priorCliVersion": "2.14.0"
2+
"bundleVersion": "codeql-bundle-v2.14.2",
3+
"cliVersion": "2.14.2",
4+
"priorBundleVersion": "codeql-bundle-v2.14.1",
5+
"priorCliVersion": "2.14.1"
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.1",
3-
"cliVersion": "2.14.1",
4-
"priorBundleVersion": "codeql-bundle-v2.14.0",
5-
"priorCliVersion": "2.14.0"
2+
"bundleVersion": "codeql-bundle-v2.14.2",
3+
"cliVersion": "2.14.2",
4+
"priorBundleVersion": "codeql-bundle-v2.14.1",
5+
"priorCliVersion": "2.14.1"
66
}

0 commit comments

Comments
 (0)