diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c0d6f84ea..a7ecdb0182 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th No user facing changes. +## 4.36.3 - 01 Jul 2026 + +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/lib/entry-points.js b/lib/entry-points.js index cdbd6ab82b..f7aa16cf2c 100644 --- a/lib/entry-points.js +++ b/lib/entry-points.js @@ -144955,7 +144955,7 @@ function getDiffRangesJsonFilePath() { return path2.join(getTemporaryDirectory(), PR_DIFF_RANGE_JSON_FILENAME); } function getActionVersion() { - return "4.36.3"; + return "4.36.4"; } function getWorkflowEventName() { return getRequiredEnvParam("GITHUB_EVENT_NAME"); diff --git a/package-lock.json b/package-lock.json index f8b8f39b13..a5dc1ef4d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "4.36.3", + "version": "4.36.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "4.36.3", + "version": "4.36.4", "license": "MIT", "workspaces": [ "pr-checks" diff --git a/package.json b/package.json index 10d09e81bd..c4b952cf53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "4.36.3", + "version": "4.36.4", "private": true, "description": "CodeQL action", "scripts": {