Skip to content

Commit 1009124

Browse files
authored
Merge pull request #1845 from github/update-bundle/codeql-bundle-v2.14.3
Update default bundle to 2.14.3
2 parents ff9cb43 + a2d14d3 commit 1009124

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.3. [#1845](https://github.com/github/codeql-action/pull/1845)
78
- Fixed a bug in CodeQL Action 2.21.3 onwards that affected beta support for [Project Lombok](https://projectlombok.org/) when analyzing Java. The environment variable `CODEQL_EXTRACTOR_JAVA_RUN_ANNOTATION_PROCESSORS` will now be respected if it was manually configured in the workflow. [#1844](https://github.com/github/codeql-action/pull/1844)
89
- Enable support for Kotlin 1.9.20 when running with CodeQL CLI v2.13.4 through v2.14.3. [#1853](https://github.com/github/codeql-action/pull/1853)
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.2",
3-
"cliVersion": "2.14.2",
4-
"priorBundleVersion": "codeql-bundle-v2.14.1",
5-
"priorCliVersion": "2.14.1"
2+
"bundleVersion": "codeql-bundle-v2.14.3",
3+
"cliVersion": "2.14.3",
4+
"priorBundleVersion": "codeql-bundle-v2.14.2",
5+
"priorCliVersion": "2.14.2"
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.2",
3-
"cliVersion": "2.14.2",
4-
"priorBundleVersion": "codeql-bundle-v2.14.1",
5-
"priorCliVersion": "2.14.1"
2+
"bundleVersion": "codeql-bundle-v2.14.3",
3+
"cliVersion": "2.14.3",
4+
"priorBundleVersion": "codeql-bundle-v2.14.2",
5+
"priorCliVersion": "2.14.2"
66
}

0 commit comments

Comments
 (0)