@@ -2,6 +2,11 @@
|
2 | 2 | |
3 | 3 | See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs. |
4 | 4 | |
| 5 | +## 4.32.1 - 02 Feb 2026 |
| 6 | + |
| 7 | +- A warning is now shown in Default Setup workflow logs if a [private package registry is configured](https://docs.github.com/en/code-security/how-tos/secure-at-scale/configure-organization-security/manage-usage-and-access/giving-org-access-private-registries) using a GitHub Personal Access Token (PAT), but no username is configured. [#3422](https://github.com/github/codeql-action/pull/3422) |
| 8 | +- Fixed a bug which caused the CodeQL Action to fail when repository properties cannot successfully be retrieved. [#3421](https://github.com/github/codeql-action/pull/3421) |
| 9 | + |
5 | 10 | ## 4.32.0 - 26 Jan 2026 |
6 | 11 | |
7 | 12 | - Update default CodeQL bundle version to [2.24.0](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.24.0). [#3425](https://github.com/github/codeql-action/pull/3425) |
|