@@ -4,9 +4,14 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th |
|
|
4 |
4 |
|
5 |
5 |
Note that the only difference between `v2` and `v3` of the CodeQL Action is the node version they support, with `v3` running on node 20 while we continue to release `v2` to support running on node 16. For example `3.22.11` was the first `v3` release and is functionally identical to `2.22.11`. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers. |
6 |
6 |
|
|
7 |
+## 3.24.5 - 23 Feb 2024 |
|
8 |
+ |
|
9 |
+No user facing changes. |
|
10 |
+ |
7 |
11 |
## 3.24.4 - 21 Feb 2024 |
8 |
12 |
|
9 |
13 |
- Fix an issue where an existing, but empty, `/sys/fs/cgroup/cpuset.cpus` file always resulted in a single-threaded run. [#2151](https://github.com/github/codeql-action/pull/2151) |
|
14 |
+- Update default CodeQL bundle version to 2.16.3. [#2156](https://github.com/github/codeql-action/pull/2156) |
10 |
15 |
|
11 |
16 |
## 3.24.3 - 15 Feb 2024 |
12 |
17 |
|