Skip to content

Commit 814b2ed

Browse files
authored
Merge pull request #1762 from github/update-bundle/codeql-bundle-v2.14.0
Update default bundle to 2.14.0
2 parents c552617 + d2baed4 commit 814b2ed

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
@@ -6,6 +6,7 @@
66
- If you are using one of these versions, please update to CodeQL CLI version 2.9.4 or later. For instance, if you have specified a custom version of the CLI using the 'tools' input to the 'init' Action, you can remove this input to use the default version.
77
- Alternatively, if you want to continue using a version of the CodeQL CLI between 2.8.5 and 2.9.3, you can replace 'github/codeql-action/*@v2' by 'github/codeql-action/*@v2.20.4' in your code scanning workflow to ensure you continue using this version of the CodeQL Action.
88
- We are rolling out a feature in July 2023 that will slightly reduce the default amount of RAM used for query execution, in proportion to the runner's total memory. This will help to avoid out-of-memory failures on larger runners. [#1760](https://github.com/github/codeql-action/pull/1760)
9+
- Update default CodeQL bundle version to 2.14.0. [#1762](https://github.com/github/codeql-action/pull/1762)
910

1011
## 2.20.3 - 06 Jul 2023
1112

lib/defaults.json

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

0 commit comments

Comments
 (0)