Update changelog and version after v4.32.3

This commit is contained in:
github-actions[bot]
2026-02-13 11:52:49 +00:00
parent 9e907b5e64
commit 01fcdceb89
3 changed files with 7 additions and 3 deletions

View File

@@ -2,6 +2,10 @@
See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs.
## [UNRELEASED]
No user facing changes.
## 4.32.3 - 13 Feb 2026
- Added experimental support for testing connections to [private package registries](https://docs.github.com/en/code-security/how-tos/secure-at-scale/configure-organization-security/manage-usage-and-access/giving-org-access-private-registries). This feature is not currently enabled for any analysis. In the future, it may be enabled by default for Default Setup. [#3466](https://github.com/github/codeql-action/pull/3466)

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "codeql",
"version": "4.32.3",
"version": "4.32.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "codeql",
"version": "4.32.3",
"version": "4.32.4",
"license": "MIT",
"dependencies": {
"@actions/artifact": "^5.0.3",

View File

@@ -1,6 +1,6 @@
{
"name": "codeql",
"version": "4.32.3",
"version": "4.32.4",
"private": true,
"description": "CodeQL action",
"scripts": {