From 8ac1cb7464c51ee0fb31bcb321afa90fdd88fc3d Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 6 Aug 2026 10:50:44 +0000
Subject: [PATCH] Bump github/codeql-action from 4.37.4 to 4.37.5 (#13332)
Bumps [github/codeql-action](https://github.com/github/codeql-action)
from 4.37.4 to 4.37.5.
Release notes
Sourced from github/codeql-action's
releases.
v4.37.5
- Fixed a bug where a network error while streaming the download of
the CodeQL bundle could terminate the
init Action instead
of falling back to downloading the bundle before extracting it. #4061
Changelog
Sourced from github/codeql-action's
changelog.
4.37.5 - 03 Aug 2026
- Fixed a bug where a network error while streaming the download of
the CodeQL bundle could terminate the
init Action instead
of falling back to downloading the bundle before extracting it. #4061
Commits
d1ba80a
Merge pull request #4067
from github/update-v4.37.5-1cd4d01d5
e74600b
Update changelog for v4.37.5
1cd4d01
Merge pull request #4061
from github/henrymercer/turbo-system
d2bfc30
Merge pull request #4050
from github/mbg/status/registries
68028fc
Merge pull request #4062
from github/sam-robson/migrate-enterprise-release-pat
c29563e
ci: use federated enterprise release PAT
155e522
Link the PR from the changelog entry
2d3b351
Handle network errors when streaming the CodeQL bundle download
5d3eb98
Merge pull request #4055
from github/dependabot/npm_and_yarn/npm-minor-203262...
c5f739b
Merge branch 'main' into
dependabot/npm_and_yarn/npm-minor-2032624187
- Additional commits viewable in compare
view
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/codeql.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index a2201ec7c0a..18c0143ebe9 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -29,17 +29,17 @@ jobs:
uses: actions/checkout@v7
- name: Initialize CodeQL
- uses: github/codeql-action/init@v4.37.4
+ uses: github/codeql-action/init@v4.37.5
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql.yml
queries: +security-and-quality
- name: Autobuild
- uses: github/codeql-action/autobuild@v4.37.4
+ uses: github/codeql-action/autobuild@v4.37.5
if: ${{ matrix.language == 'python' || matrix.language == 'javascript' }}
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v4.37.4
+ uses: github/codeql-action/analyze@v4.37.5
with:
category: "/language:${{ matrix.language }}"