Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
37bdbde
Update changelog and version after v4.37.6
github-actions[bot] Aug 4, 2026
7d82f11
Rebuild
github-actions[bot] Aug 4, 2026
fad141f
Merge pull request #4073 from github/mergeback/v4.37.6-to-main-5595ccaf
mbg Aug 4, 2026
76c4439
Bump brace-expansion from 1.1.16 to 1.1.18
dependabot[bot] Aug 4, 2026
c5995f5
Rebuild
github-actions[bot] Aug 4, 2026
6a90bf1
Merge pull request #4075 from github/dependabot/npm_and_yarn/brace-ex…
mbg Aug 4, 2026
47a0a83
Bump globals in the npm-minor group across 1 directory
dependabot[bot] Aug 5, 2026
74cfae9
Bump actions/setup-java
dependabot[bot] Aug 5, 2026
bdf3971
Rebuild
github-actions[bot] Aug 5, 2026
8ebf109
Merge pull request #4077 from github/dependabot/github_actions/dot-gi…
henrymercer Aug 6, 2026
7d9249f
Merge pull request #4076 from github/dependabot/npm_and_yarn/npm-mino…
henrymercer Aug 6, 2026
acb3856
Bump js-yaml from 5.2.2 to 5.2.3
dependabot[bot] Aug 10, 2026
b5225f2
Rebuild
github-actions[bot] Aug 10, 2026
7131139
Trigger workflows
mbg Aug 11, 2026
b672c70
Merge pull request #4082 from github/dependabot/npm_and_yarn/js-yaml-…
mbg Aug 11, 2026
c205ff6
Promote `OverlayAnalysisResourceChecksV2`
mbg Aug 11, 2026
f47bb7b
Remove `v2` from test title
mbg Aug 11, 2026
c16c0f3
Merge pull request #4083 from github/mbg/features/remove-overlayResou…
mbg Aug 11, 2026
54a0846
Bump undici from ^6.24.0 to ^6.28.0
navntoft Aug 12, 2026
0e8a5d9
Update default bundle to codeql-bundle-v2.26.3
github-actions[bot] Aug 12, 2026
ca1c972
Add changelog note
github-actions[bot] Aug 12, 2026
6f0220e
Merge pull request #4084 from github/navntoft/bump-undici
mbg Aug 12, 2026
dc1b98a
Make `logger` available to `getCodeQLForCmd`
mbg Aug 12, 2026
1f87aed
Merge pull request #4085 from github/update-bundle/codeql-bundle-v2.26.3
mbg Aug 12, 2026
38055a3
Drop `logger` from `databaseInitCluster` in interface
mbg Aug 12, 2026
ab5db25
Bump the npm-minor group across 1 directory with 8 updates
dependabot[bot] Aug 12, 2026
b4d8a54
Rebuild
github-actions[bot] Aug 12, 2026
9310334
Merge pull request #4086 from github/mbg/thread-action-state-to-codeql
mbg Aug 13, 2026
be7a3db
Merge pull request #4087 from github/dependabot/npm_and_yarn/npm-mino…
mbg Aug 13, 2026
951a133
Update changelog for v4.37.7
github-actions[bot] Aug 13, 2026
ff2f1c6
Merge pull request #4093 from github/update-v4.37.7-be7a3dbb8
mbg Aug 13, 2026
8b2ec47
Revert "Update version and changelog for v3.37.6"
github-actions[bot] Aug 13, 2026
4da5eae
Revert "Rebuild"
github-actions[bot] Aug 13, 2026
272e6d3
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.37…
github-actions[bot] Aug 13, 2026
5f47b57
Update version and changelog for v3.37.7
github-actions[bot] Aug 13, 2026
2a073c8
Rebuild
github-actions[bot] Aug 13, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/__build-mode-autobuild.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## 3.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)

## 3.37.6 - 04 Aug 2026

- 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)
Expand Down
8 changes: 4 additions & 4 deletions lib/defaults.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"bundleVersion": "codeql-bundle-v2.26.2",
"cliVersion": "2.26.2",
"priorBundleVersion": "codeql-bundle-v2.26.1",
"priorCliVersion": "2.26.1"
"bundleVersion": "codeql-bundle-v2.26.3",
"cliVersion": "2.26.3",
"priorBundleVersion": "codeql-bundle-v2.26.2",
"priorCliVersion": "2.26.2"
}
Loading
Loading