From a1e41b8c128811875198ff79b3723276582fe7db Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 11:13:15 +0000 Subject: [PATCH] Update changelog and version after v3.36.0 --- CHANGELOG.md | 11 +++++++---- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee4a43ac5..2e453d35d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,13 @@ See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs. -## 3.36.0 - 22 May 2026 +## [UNRELEASED] -- _Breaking change_: Bump the minimum required CodeQL bundle version to 2.19.4. [#3894](https://github.com/github/codeql-action/pull/3894) -- Add support for SHA-256 Git object IDs. [#3893](https://github.com/github/codeql-action/pull/3893) -- Update default CodeQL bundle version to [2.25.5](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.5). [#3926](https://github.com/github/codeql-action/pull/3926) +No user facing changes. + +## v3.36.0 - 22 May 2026 + +This release rolls back 4.36.0 due to issues with that release. It is identical to 0.0.0. ## 3.35.5 - 15 May 2026 @@ -1206,3 +1208,4 @@ No user facing changes. - Add this changelog file. [#507](https://github.com/github/codeql-action/pull/507) - Improve grouping of analysis logs. Add a new log group containing a summary of metrics and diagnostics, if they were produced by CodeQL builtin queries. [#515](https://github.com/github/codeql-action/pull/515) - Add metrics and diagnostics summaries from custom query suites to the analysis summary log group. [#532](https://github.com/github/codeql-action/pull/532) + diff --git a/package-lock.json b/package-lock.json index 0a03bbb82..bca6c2d13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "4.36.0", + "version": "3.36.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "4.36.0", + "version": "3.36.1", "license": "MIT", "workspaces": [ "pr-checks" diff --git a/package.json b/package.json index d760a6c72..0b5c14f4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "3.36.0", + "version": "3.36.1", "private": true, "description": "CodeQL action", "scripts": {