diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fe4db0b79..e3610058d7 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.9 - 26 Aug 2026 + - Update default CodeQL bundle version to [2.26.4](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.26.4). [#4106](https://github.com/github/codeql-action/pull/4106) ## 4.37.8 - 21 Aug 2026 diff --git a/lib/entry-points.js b/lib/entry-points.js index d5f4222397..d14a2241c3 100644 --- a/lib/entry-points.js +++ b/lib/entry-points.js @@ -146023,7 +146023,7 @@ function getDiffRangesJsonFilePath(env = getEnv()) { return path2.join(getTemporaryDirectory(env), PR_DIFF_RANGE_JSON_FILENAME); } function getActionVersion() { - return "4.37.9"; + return "4.37.10"; } function getWorkflowEventName(env = getEnv()) { return env.getRequired("GITHUB_EVENT_NAME" /* GITHUB_EVENT_NAME */); diff --git a/package-lock.json b/package-lock.json index c63a1e310e..2ef7d4791f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "4.37.9", + "version": "4.37.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "4.37.9", + "version": "4.37.10", "license": "MIT", "workspaces": [ "pr-checks" diff --git a/package.json b/package.json index 8f1232ef38..4eaef40a68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "4.37.9", + "version": "4.37.10", "private": true, "description": "CodeQL action", "scripts": {