diff --git a/CHANGELOG.md b/CHANGELOG.md index d346aa26f..098af3d6b 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.1 - 02 Feb 2026 - 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) diff --git a/package-lock.json b/package-lock.json index 970fe0ad3..4b139002c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "4.32.1", + "version": "4.32.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "4.32.1", + "version": "4.32.2", "license": "MIT", "dependencies": { "@actions/artifact": "^5.0.3", diff --git a/package.json b/package.json index 808bcfe84..cb7434c98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "4.32.1", + "version": "4.32.2", "private": true, "description": "CodeQL action", "scripts": {