diff --git a/CHANGELOG.md b/CHANGELOG.md index b2a152361..96c0aefdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 34105dcc5..76dbca9bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 4d6b200a2..501fa4d14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "4.32.3", + "version": "4.32.4", "private": true, "description": "CodeQL action", "scripts": {