From 8aeff0ffb7b78582ee0d0e6eebb8140684400d08 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 11:17:27 +0000 Subject: [PATCH 1/5] Update changelog for v4.36.2 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 345ff4963b..8a28d83b1f 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.2 - 04 Jun 2026 - Update default CodeQL bundle version to [2.25.6](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.6). [#3948](https://github.com/github/codeql-action/pull/3948) From f521b08cd8f468ab193ea950a589cb2e9c869c6a Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Thu, 4 Jun 2026 15:11:55 +0100 Subject: [PATCH 2/5] Add additional changelog notes --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a28d83b1f..a16b469fad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th ## 4.36.2 - 04 Jun 2026 + - Cache CodeQL CLI version information across Actions steps. [#3943](https://github.com/github/codeql-action/pull/3943) + - Reduce requests while waiting for analysis processing by using exponential backoff when polling SARIF processing status. [#3937](https://github.com/github/codeql-action/pull/3937) - Update default CodeQL bundle version to [2.25.6](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.6). [#3948](https://github.com/github/codeql-action/pull/3948) ## 4.36.1 - 02 Jun 2026 From d24f3022a89758a938831dfa2adf689894d0ca1c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 14:27:20 +0000 Subject: [PATCH 3/5] Update changelog and version after v4.36.2 --- 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 a16b469fad..8cd4b3ee44 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.2 - 04 Jun 2026 - Cache CodeQL CLI version information across Actions steps. [#3943](https://github.com/github/codeql-action/pull/3943) diff --git a/package-lock.json b/package-lock.json index 18253b6b9d..7b059d3092 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "4.36.2", + "version": "4.36.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "4.36.2", + "version": "4.36.3", "license": "MIT", "workspaces": [ "pr-checks" diff --git a/package.json b/package.json index ec33e335b0..6432b20086 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "4.36.2", + "version": "4.36.3", "private": true, "description": "CodeQL action", "scripts": { From 446948f50b59b0bcf9fb9f281aa712747509ff5b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 14:27:34 +0000 Subject: [PATCH 4/5] 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 0e93e0ec61..0b55a8109d 100644 --- a/lib/entry-points.js +++ b/lib/entry-points.js @@ -148398,7 +148398,7 @@ function getDiffRangesJsonFilePath() { return path2.join(getTemporaryDirectory(), PR_DIFF_RANGE_JSON_FILENAME); } function getActionVersion() { - return "4.36.2"; + return "4.36.3"; } function getWorkflowEventName() { return getRequiredEnvParam("GITHUB_EVENT_NAME"); From 2b0250fe46c8527ef4816168dc57ba9db8d003d6 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Thu, 4 Jun 2026 15:56:12 +0100 Subject: [PATCH 5/5] Fix CHANGELOG indentation Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cd4b3ee44..1c0d6f84ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,8 @@ No user facing changes. ## 4.36.2 - 04 Jun 2026 - - Cache CodeQL CLI version information across Actions steps. [#3943](https://github.com/github/codeql-action/pull/3943) - - Reduce requests while waiting for analysis processing by using exponential backoff when polling SARIF processing status. [#3937](https://github.com/github/codeql-action/pull/3937) +- Cache CodeQL CLI version information across Actions steps. [#3943](https://github.com/github/codeql-action/pull/3943) +- Reduce requests while waiting for analysis processing by using exponential backoff when polling SARIF processing status. [#3937](https://github.com/github/codeql-action/pull/3937) - Update default CodeQL bundle version to [2.25.6](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.6). [#3948](https://github.com/github/codeql-action/pull/3948) ## 4.36.1 - 02 Jun 2026