From 7740f2fb21add1d46278215acea47540db22f022 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 10:49:45 +0000 Subject: [PATCH 1/3] Update changelog for v4.36.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54af8c6adb..a46c659fc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs. -## [UNRELEASED] +## 4.36.0 - 22 May 2026 - _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) From 0cd24d8654cab743666601502cc8898bc03c8f44 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:07:48 +0000 Subject: [PATCH 2/3] Update changelog and version after v4.36.0 --- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a46c659fc0..039117fb25 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.36.0 - 22 May 2026 - _Breaking change_: Bump the minimum required CodeQL bundle version to 2.19.4. [#3894](https://github.com/github/codeql-action/pull/3894) diff --git a/package-lock.json b/package-lock.json index 0a03bbb826..5ad5513463 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "4.36.0", + "version": "4.36.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "4.36.0", + "version": "4.36.1", "license": "MIT", "workspaces": [ "pr-checks" diff --git a/package.json b/package.json index ffc4ed7ff8..681f520dd6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "4.36.0", + "version": "4.36.1", "private": true, "description": "CodeQL action", "scripts": { From 80795fb0d465c6068c5ec37407e9bdd3d80cab85 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:08:00 +0000 Subject: [PATCH 3/3] Rebuild --- lib/entry-points.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/entry-points.js b/lib/entry-points.js index 75cfa8cbb4..e8ae317031 100644 --- a/lib/entry-points.js +++ b/lib/entry-points.js @@ -148307,7 +148307,7 @@ function getDiffRangesJsonFilePath() { return path2.join(getTemporaryDirectory(), PR_DIFF_RANGE_JSON_FILENAME); } function getActionVersion() { - return "4.36.0"; + return "4.36.1"; } function getWorkflowEventName() { return getRequiredEnvParam("GITHUB_EVENT_NAME");