Merge pull request #2096 from github/update-bundle/codeql-bundle-v2.16.1 · github/codeql-action@1615032 (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 | - On Linux, the maximum possible value for the `--threads` option now respects the CPU count as specified in `cgroup` files to more accurately reflect the number of available cores when running in containers. |
10 | +- Update default CodeQL bundle version to 2.16.1. [#2096](https://github.com/github/codeql-action/pull/2096) | |
10 | 11 | |
11 | 12 | ## 3.23.1 - 17 Jan 2024 |
12 | 13 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
1 | 1 | { |
2 | -"bundleVersion": "codeql-bundle-v2.16.0", | |
3 | -"cliVersion": "2.16.0", | |
4 | -"priorBundleVersion": "codeql-bundle-v2.15.5", | |
5 | -"priorCliVersion": "2.15.5" | |
2 | +"bundleVersion": "codeql-bundle-v2.16.1", | |
3 | +"cliVersion": "2.16.1", | |
4 | +"priorBundleVersion": "codeql-bundle-v2.16.0", | |
5 | +"priorCliVersion": "2.16.0" | |
6 | 6 | } |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
1 | 1 | { |
2 | -"bundleVersion": "codeql-bundle-v2.16.0", | |
3 | -"cliVersion": "2.16.0", | |
4 | -"priorBundleVersion": "codeql-bundle-v2.15.5", | |
5 | -"priorCliVersion": "2.15.5" | |
2 | +"bundleVersion": "codeql-bundle-v2.16.1", | |
3 | +"cliVersion": "2.16.1", | |
4 | +"priorBundleVersion": "codeql-bundle-v2.16.0", | |
5 | +"priorCliVersion": "2.16.0" | |
6 | 6 | } |