Merge pull request #2364 from github/update-bundle/codeql-bundle-v2.18.0 · github/codeql-action@9ab7277 (original) (raw)

3 files changed

lines changed

Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@ Note that the only difference between `v2` and `v3` of the CodeQL Action is the
7 7 ## [UNRELEASED]
8 8
9 9 - Improve the reliability and performance of analyzing code when analyzing a compiled language with the `autobuild` [build mode](https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages#codeql-build-modes) on GitHub Enterprise Server. This feature is already available to GitHub.com users. [#2353](https://github.com/github/codeql-action/pull/2353)
10 +- Update default CodeQL bundle version to 2.18.0. [#2364](https://github.com/github/codeql-action/pull/2364)
10 11
11 12 ## 3.25.11 - 28 Jun 2024
12 13
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1 1 {
2 -"bundleVersion": "codeql-bundle-v2.17.6",
3 -"cliVersion": "2.17.6",
4 -"priorBundleVersion": "codeql-bundle-v2.17.5",
5 -"priorCliVersion": "2.17.5"
2 +"bundleVersion": "codeql-bundle-v2.18.0",
3 +"cliVersion": "2.18.0",
4 +"priorBundleVersion": "codeql-bundle-v2.17.6",
5 +"priorCliVersion": "2.17.6"
6 6 }
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1 1 {
2 -"bundleVersion": "codeql-bundle-v2.17.6",
3 -"cliVersion": "2.17.6",
4 -"priorBundleVersion": "codeql-bundle-v2.17.5",
5 -"priorCliVersion": "2.17.5"
2 +"bundleVersion": "codeql-bundle-v2.18.0",
3 +"cliVersion": "2.18.0",
4 +"priorBundleVersion": "codeql-bundle-v2.17.6",
5 +"priorCliVersion": "2.17.6"
6 6 }