diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ed123883f..628e41f689 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.7 - 13 Aug 2026 + - Update default CodeQL bundle version to [2.26.3](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.3). [#4085](https://github.com/github/codeql-action/pull/4085) ## 4.37.6 - 04 Aug 2026 diff --git a/lib/entry-points.js b/lib/entry-points.js index af11ed2bb8..d9c0b0e552 100644 --- a/lib/entry-points.js +++ b/lib/entry-points.js @@ -146062,7 +146062,7 @@ function getDiffRangesJsonFilePath(env = getEnv()) { return path2.join(getTemporaryDirectory(env), PR_DIFF_RANGE_JSON_FILENAME); } function getActionVersion() { - return "4.37.7"; + return "4.37.8"; } function getWorkflowEventName(env = getEnv()) { return env.getRequired("GITHUB_EVENT_NAME" /* GITHUB_EVENT_NAME */); diff --git a/package-lock.json b/package-lock.json index 50ebd990cd..6a74ca0270 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "4.37.7", + "version": "4.37.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "4.37.7", + "version": "4.37.8", "license": "MIT", "workspaces": [ "pr-checks" diff --git a/package.json b/package.json index 17229b4b7b..4e5d1410ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "4.37.7", + "version": "4.37.8", "private": true, "description": "CodeQL action", "scripts": {