From e333f6b60e216f31869aaad99e7146ee41dbae7b Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 7 Sep 2026 09:51:37 +1000
Subject: [PATCH] Bump github/codeql-action from 4.37.6 to 4.37.8 (#2592)
Bumps [github/codeql-action](https://github.com/github/codeql-action)
from 4.37.6 to 4.37.8.
Release notes
Sourced from github/codeql-action's
releases.
v4.37.8
No user facing changes.
v4.37.7
Changelog
Sourced from github/codeql-action's
changelog.
4.37.8 - 21 Aug 2026
No user facing changes.
4.37.7 - 13 Aug 2026
Commits
db488dd
Merge pull request #4102
from github/update-v4.37.8-9ee088e13
1845f5b
Update changelog for v4.37.8
9ee088e
Merge pull request #4080
from github/henrymercer/studious-giggle
1aef003
Address review feedback on overlay disk flags
508b83b
Merge main into overlay minimum disk feature branch
d97b342
Merge pull request #4098
from github/mbg/permission-error-as-configuration-error
47fa622
Make EACCES a ConfigurationError
45693cc
Refactor ENOSPC check into
isDiskConfigurationError function
c2fd8f5
Merge pull request #4081
from github/mario-campos/version-cache-to-disk
c56f48e
Log unexpected conditions during caching CLI output
- 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 6c5a744694..8ac92a431e 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -20,11 +20,11 @@ jobs:
distribution: 'temurin'
cache: 'maven'
- name: CodeQL Initialization
- uses: github/codeql-action/init@v4.37.6
+ uses: github/codeql-action/init@v4.37.8
with:
languages: java
queries: +security-and-quality
- name: Autobuild
- uses: github/codeql-action/autobuild@v4.37.6
+ uses: github/codeql-action/autobuild@v4.37.8
- name: CodeQL Analysis
- uses: github/codeql-action/analyze@v4.37.6
+ uses: github/codeql-action/analyze@v4.37.8