Merge pull request #1873 from github/update-bundle/codeql-bundle-v2.14.4
Update default bundle to 2.14.4
This commit is contained in:
commit
6a6a824702
3 changed files with 9 additions and 8 deletions
|
|
@ -6,6 +6,7 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th
|
|||
|
||||
- Improve the calculation of default amount of RAM used for query execution on GitHub Enterprise Server. This now reduces in proportion to the runner's total memory to better account for system memory usage, helping to avoid out-of-memory failures on larger runners. This feature is already available to GitHub.com users. [#1866](https://github.com/github/codeql-action/pull/1866)
|
||||
- Enable improved file coverage information for GitHub Enterprise Server users. This feature is already available to GitHub.com users. [#1867](https://github.com/github/codeql-action/pull/1867)
|
||||
- Update default CodeQL bundle version to 2.14.4. [#1873](https://github.com/github/codeql-action/pull/1873)
|
||||
|
||||
## 2.21.5 - 28 Aug 2023
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"bundleVersion": "codeql-bundle-v2.14.3",
|
||||
"cliVersion": "2.14.3",
|
||||
"priorBundleVersion": "codeql-bundle-v2.14.2",
|
||||
"priorCliVersion": "2.14.2"
|
||||
"bundleVersion": "codeql-bundle-v2.14.4",
|
||||
"cliVersion": "2.14.4",
|
||||
"priorBundleVersion": "codeql-bundle-v2.14.3",
|
||||
"priorCliVersion": "2.14.3"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"bundleVersion": "codeql-bundle-v2.14.3",
|
||||
"cliVersion": "2.14.3",
|
||||
"priorBundleVersion": "codeql-bundle-v2.14.2",
|
||||
"priorCliVersion": "2.14.2"
|
||||
"bundleVersion": "codeql-bundle-v2.14.4",
|
||||
"cliVersion": "2.14.4",
|
||||
"priorBundleVersion": "codeql-bundle-v2.14.3",
|
||||
"priorCliVersion": "2.14.3"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue