diff --git a/CHANGELOG.md b/CHANGELOG.md index 3704761f34..f1a24768d4 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.37.1 - 16 Jul 2026 + - _Upcoming breaking change_: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. [#3956](https://github.com/github/codeql-action/pull/3956) - Update default CodeQL bundle version to [2.26.1](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.1). [#4019](https://github.com/github/codeql-action/pull/4019) diff --git a/lib/entry-points.js b/lib/entry-points.js index fca6ae2f04..e4f0877f9e 100644 --- a/lib/entry-points.js +++ b/lib/entry-points.js @@ -145327,7 +145327,7 @@ function getDiffRangesJsonFilePath(env = getEnv()) { return path2.join(getTemporaryDirectory(env), PR_DIFF_RANGE_JSON_FILENAME); } function getActionVersion() { - return "4.37.1"; + return "4.37.2"; } function getWorkflowEventName(env = getEnv()) { return env.getRequired("GITHUB_EVENT_NAME" /* GITHUB_EVENT_NAME */); diff --git a/package-lock.json b/package-lock.json index 38453f697c..a4e4407944 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "4.37.1", + "version": "4.37.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "4.37.1", + "version": "4.37.2", "license": "MIT", "workspaces": [ "pr-checks" diff --git a/package.json b/package.json index 76bbbc0f07..b8fe51b5e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "4.37.1", + "version": "4.37.2", "private": true, "description": "CodeQL action", "scripts": {