diff --git a/CHANGELOG.md b/CHANGELOG.md index 54af8c6adb..039117fb25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th ## [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) - 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) 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"); 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": {