Skip to content

Commit ff2f1c6

Browse files
authored
Merge pull request #4093 from github/update-v4.37.7-be7a3dbb8
Merge main into releases/v4
2 parents 5595cca + 951a133 commit ff2f1c6

25 files changed

Lines changed: 1407 additions & 747 deletions

.github/workflows/__autobuild-direct-tracing-with-working-dir.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__build-mode-autobuild.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs.
44

5+
## 4.37.7 - 13 Aug 2026
6+
7+
- 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)
8+
59
## 4.37.6 - 04 Aug 2026
610

711
- Changed the default filepath for the new remote file address format that was introduced in CodeQL Action 4.37.0 / 3.37.0 to `.github/codeql-config.yml` to align it with the suggested path that is used elsewhere. [#4070](https://github.com/github/codeql-action/pull/4070)

lib/defaults.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"bundleVersion": "codeql-bundle-v2.26.2",
3-
"cliVersion": "2.26.2",
4-
"priorBundleVersion": "codeql-bundle-v2.26.1",
5-
"priorCliVersion": "2.26.1"
2+
"bundleVersion": "codeql-bundle-v2.26.3",
3+
"cliVersion": "2.26.3",
4+
"priorBundleVersion": "codeql-bundle-v2.26.2",
5+
"priorCliVersion": "2.26.2"
66
}

0 commit comments

Comments
 (0)