Skip to content

build(deps): bump the github-actions group across 1 directory with 12 updates - #23595

Merged
ZhongRuoyu merged 2 commits into
mainfrom
dependabot/github_actions/github-actions-6d53f50cd1
Aug 21, 2026
Merged

build(deps): bump the github-actions group across 1 directory with 12 updates#23595
ZhongRuoyu merged 2 commits into
mainfrom
dependabot/github_actions/github-actions-6d53f50cd1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 21, 2026

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 12 updates in the / directory:

Package From To
Homebrew/actions/setup-homebrew 2026.08.10.2 2026.08.14.1
Homebrew/actions/cache-homebrew-prefix 2026.08.10.2 2026.08.14.1
github/codeql-action/upload-sarif 4.37.6 4.37.7
github/codeql-action/init 4.37.6 4.37.7
github/codeql-action/analyze 4.37.6 4.37.7
Homebrew/actions/check-commit-format 2026.08.10.2 2026.08.14.1
Homebrew/actions/setup-ruby 2026.08.10.2 2026.08.14.1
Homebrew/actions/create-or-update-issue 2026.08.10.2 2026.08.14.1
Homebrew/actions/git-user-config 2026.08.10.2 2026.08.14.1
Homebrew/actions/setup-commit-signing 2026.08.10.2 2026.08.14.1
Homebrew/actions/git-try-push 2026.08.10.2 2026.08.14.1
astral-sh/setup-uv 9.0.0 10.0.1

Updates Homebrew/actions/setup-homebrew from 2026.08.10.2 to 2026.08.14.1

Release notes

Sourced from Homebrew/actions/setup-homebrew's releases.

2026.08.14.1

What's Changed

Full Changelog: Homebrew/actions@2026.08.10.2...2026.08.14.1

Commits
  • 8f3d1ec Merge pull request #916 from Homebrew/ai_trailer_allow
  • 5df02c8 check-commit-format: allow AI co-attribution
  • 13f73d7 Merge pull request #914 from Homebrew/dependabot/npm_and_yarn/npm-29ab304476
  • c9a6b14 Merge pull request #915 from Homebrew/dependabot/github_actions/github-action...
  • a4d850d build(deps): bump the github-actions group across 1 directory with 3 updates
  • a77119b build(deps): bump the npm group with 6 updates
  • 962acc9 Merge pull request #913 from Homebrew/sync-shared-config
  • 2973528 .rubocop.yml: update to match main configuration
  • See full diff in compare view

Updates Homebrew/actions/cache-homebrew-prefix from 2026.08.10.2 to 2026.08.14.1

Release notes

Sourced from Homebrew/actions/cache-homebrew-prefix's releases.

2026.08.14.1

What's Changed

Full Changelog: Homebrew/actions@2026.08.10.2...2026.08.14.1

Commits
  • 8f3d1ec Merge pull request #916 from Homebrew/ai_trailer_allow
  • 5df02c8 check-commit-format: allow AI co-attribution
  • 13f73d7 Merge pull request #914 from Homebrew/dependabot/npm_and_yarn/npm-29ab304476
  • c9a6b14 Merge pull request #915 from Homebrew/dependabot/github_actions/github-action...
  • a4d850d build(deps): bump the github-actions group across 1 directory with 3 updates
  • a77119b build(deps): bump the npm group with 6 updates
  • 962acc9 Merge pull request #913 from Homebrew/sync-shared-config
  • 2973528 .rubocop.yml: update to match main configuration
  • See full diff in compare view

Updates github/codeql-action/upload-sarif from 4.37.6 to 4.37.7

Release notes

Sourced from github/codeql-action/upload-sarif's releases.

v4.37.7

  • Update default CodeQL bundle version to 2.26.3. #4085
Changelog

Sourced from github/codeql-action/upload-sarif's changelog.

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

[UNRELEASED]

No user facing changes.

4.37.7 - 13 Aug 2026

  • Update default CodeQL bundle version to 2.26.3. #4085

4.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

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

4.37.4 - 29 Jul 2026

  • This version of the CodeQL Action adds support for the tools input for the codeql-action/init step to be specified using a github-codeql-tools repository property. This feature will gradually be rolled out following the release of this version. Once rolled out, this allows for the CodeQL CLI version that is used in GitHub-managed workflows, such as Default Setup, to be set to a custom value. For example, customers who run into issues with rate limits when a new CodeQL CLI version is released can set the value to toolcache to always use the CodeQL CLI version that is available in the runner toolcache. For Advanced Setup workflows, the value provided for tools in the workflow definition always takes precedence unless the value of the repository property starts with !. #4037
  • Update default CodeQL bundle version to 2.26.2. #4051

4.37.3 - 22 Jul 2026

No user facing changes.

4.37.2 - 21 Jul 2026

  • The new address format for the config-file input that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, the remote= prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. #4023
  • The CodeQL Action can now make use of configured private registries in Default Setup to retrieve CodeQL configuration files from remote repositories that require authentication. This will allow customers to store their CodeQL configuration in a single repository that can then be referenced by Default Setup workflows in other repositories. We expect to roll this and other, related changes out to everyone in July. #4007

4.37.1 - 16 Jul 2026

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. #3956
  • Update default CodeQL bundle version to 2.26.1. #4019

4.37.0 - 08 Jul 2026

  • Update default CodeQL bundle version to 2.26.0. #3995
  • In addition to the existing input format, the config-file input for the codeql-action/init step will soon support a new [owner/]repo[@ref][:path] format. All components except the repository name are optional. If omitted, owner defaults to the same owner as the repository the analysis is running for, ref to main, and path to .github/codeql-action.yaml. Support for this format ships in this version of the CodeQL Action, but will only be enabled over the coming weeks. #3973

4.36.3 - 01 Jul 2026

No user facing changes.

4.36.2 - 04 Jun 2026

... (truncated)

Commits
  • ff2f1c6 Merge pull request #4093 from github/update-v4.37.7-be7a3dbb8
  • 951a133 Update changelog for v4.37.7
  • be7a3db Merge pull request #4087 from github/dependabot/npm_and_yarn/npm-minor-0aa561...
  • 9310334 Merge pull request #4086 from github/mbg/thread-action-state-to-codeql
  • b4d8a54 Rebuild
  • ab5db25 Bump the npm-minor group across 1 directory with 8 updates
  • 38055a3 Drop logger from databaseInitCluster in interface
  • 1f87aed Merge pull request #4085 from github/update-bundle/codeql-bundle-v2.26.3
  • dc1b98a Make logger available to getCodeQLForCmd
  • 6f0220e Merge pull request #4084 from github/navntoft/bump-undici
  • Additional commits viewable in compare view

Updates github/codeql-action/init from 4.37.6 to 4.37.7

Release notes

Sourced from github/codeql-action/init's releases.

v4.37.7

  • Update default CodeQL bundle version to 2.26.3. #4085
Changelog

Sourced from github/codeql-action/init's changelog.

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

[UNRELEASED]

No user facing changes.

4.37.7 - 13 Aug 2026

  • Update default CodeQL bundle version to 2.26.3. #4085

4.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

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

4.37.4 - 29 Jul 2026

  • This version of the CodeQL Action adds support for the tools input for the codeql-action/init step to be specified using a github-codeql-tools repository property. This feature will gradually be rolled out following the release of this version. Once rolled out, this allows for the CodeQL CLI version that is used in GitHub-managed workflows, such as Default Setup, to be set to a custom value. For example, customers who run into issues with rate limits when a new CodeQL CLI version is released can set the value to toolcache to always use the CodeQL CLI version that is available in the runner toolcache. For Advanced Setup workflows, the value provided for tools in the workflow definition always takes precedence unless the value of the repository property starts with !. #4037
  • Update default CodeQL bundle version to 2.26.2. #4051

4.37.3 - 22 Jul 2026

No user facing changes.

4.37.2 - 21 Jul 2026

  • The new address format for the config-file input that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, the remote= prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. #4023
  • The CodeQL Action can now make use of configured private registries in Default Setup to retrieve CodeQL configuration files from remote repositories that require authentication. This will allow customers to store their CodeQL configuration in a single repository that can then be referenced by Default Setup workflows in other repositories. We expect to roll this and other, related changes out to everyone in July. #4007

4.37.1 - 16 Jul 2026

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. #3956
  • Update default CodeQL bundle version to 2.26.1. #4019

4.37.0 - 08 Jul 2026

  • Update default CodeQL bundle version to 2.26.0. #3995
  • In addition to the existing input format, the config-file input for the codeql-action/init step will soon support a new [owner/]repo[@ref][:path] format. All components except the repository name are optional. If omitted, owner defaults to the same owner as the repository the analysis is running for, ref to main, and path to .github/codeql-action.yaml. Support for this format ships in this version of the CodeQL Action, but will only be enabled over the coming weeks. #3973

4.36.3 - 01 Jul 2026

No user facing changes.

4.36.2 - 04 Jun 2026

... (truncated)

Commits
  • ff2f1c6 Merge pull request #4093 from github/update-v4.37.7-be7a3dbb8
  • 951a133 Update changelog for v4.37.7
  • be7a3db Merge pull request #4087 from github/dependabot/npm_and_yarn/npm-minor-0aa561...
  • 9310334 Merge pull request #4086 from github/mbg/thread-action-state-to-codeql
  • b4d8a54 Rebuild
  • ab5db25 Bump the npm-minor group across 1 directory with 8 updates
  • 38055a3 Drop logger from databaseInitCluster in interface
  • 1f87aed Merge pull request #4085 from github/update-bundle/codeql-bundle-v2.26.3
  • dc1b98a Make logger available to getCodeQLForCmd
  • 6f0220e Merge pull request #4084 from github/navntoft/bump-undici
  • Additional commits viewable in compare view

Updates github/codeql-action/analyze from 4.37.6 to 4.37.7

Release notes

Sourced from github/codeql-action/analyze's releases.

v4.37.7

  • Update default CodeQL bundle version to 2.26.3. #4085
Changelog

Sourced from github/codeql-action/analyze's changelog.

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

[UNRELEASED]

No user facing changes.

4.37.7 - 13 Aug 2026

  • Update default CodeQL bundle version to 2.26.3. #4085

4.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

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

4.37.4 - 29 Jul 2026

  • This version of the CodeQL Action adds support for the tools input for the codeql-action/init step to be specified using a github-codeql-tools repository property. This feature will gradually be rolled out following the release of this version. Once rolled out, this allows for the CodeQL CLI version that is used in GitHub-managed workflows, such as Default Setup, to be set to a custom value. For example, customers who run into issues with rate limits when a new CodeQL CLI version is released can set the value to toolcache to always use the CodeQL CLI version that is available in the runner toolcache. For Advanced Setup workflows, the value provided for tools in the workflow definition always takes precedence unless the value of the repository property starts with !. #4037
  • Update default CodeQL bundle version to 2.26.2. #4051

4.37.3 - 22 Jul 2026

No user facing changes.

4.37.2 - 21 Jul 2026

  • The new address format for the config-file input that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, the remote= prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. #4023
  • The CodeQL Action can now make use of configured private registries in Default Setup to retrieve CodeQL configuration files from remote repositories that require authentication. This will allow customers to store their CodeQL configuration in a single repository that can then be referenced by Default Setup workflows in other repositories. We expect to roll this and other, related changes out to everyone in July. #4007

4.37.1 - 16 Jul 2026

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. #3956
  • Update default CodeQL bundle version to 2.26.1. #4019

4.37.0 - 08 Jul 2026

  • Update default CodeQL bundle version to 2.26.0. #3995
  • In addition to the existing input format, the config-file input for the codeql-action/init step will soon support a new [owner/]repo[@ref][:path] format. All components except the repository name are optional. If omitted, owner defaults to the same owner as the repository the analysis is running for, ref to main, and path to .github/codeql-action.yaml. Support for this format ships in this version of the CodeQL Action, but will only be enabled over the coming weeks. #3973

4.36.3 - 01 Jul 2026

No user facing changes.

4.36.2 - 04 Jun 2026

... (truncated)

Commits
  • ff2f1c6 Merge pull request #4093 from github/update-v4.37.7-be7a3dbb8
  • 951a133 Update changelog for v4.37.7
  • be7a3db Merge pull request #4087 from github/dependabot/npm_and_yarn/npm-minor-0aa561...
  • 9310334 Merge pull request #4086 from github/mbg/thread-action-state-to-codeql
  • b4d8a54 Rebuild
  • ab5db25 Bump the npm-minor group across 1 directory with 8 updates
  • 38055a3 Drop logger from databaseInitCluster in interface
  • 1f87aed Merge pull request #4085 from github/update-bundle/codeql-bundle-v2.26.3
  • dc1b98a Make logger available to getCodeQLForCmd
  • 6f0220e Merge pull request #4084 from github/navntoft/bump-undici
  • Additional commits viewable in compare view

Updates Homebrew/actions/check-commit-format from 2026.08.10.2 to 2026.08.14.1

Release notes

Sourced from Homebrew/actions/check-commit-format's releases.

2026.08.14.1

What's Changed

Full Changelog: Homebrew/actions@2026.08.10.2...2026.08.14.1

Commits
  • 8f3d1ec Merge pull request #916 from Homebrew/ai_trailer_allow
  • 5df02c8 check-commit-format: allow AI co-attribution
  • 13f73d7 Merge pull request #914 from Homebrew/dependabot/npm_and_yarn/npm-29ab304476
  • c9a6b14 Merge pull request #915 from Homebrew/dependabot/github_actions/github-action...
  • a4d850d build(deps): bump the github-actions group across 1 directory with 3 updates
  • a77119b build(deps): bump the npm group with 6 updates
  • 962acc9 Merge pull request #913 from Homebrew/sync-shared-config
  • 2973528 .rubocop.yml: update to match main configuration
  • See full diff in compare view

Updates Homebrew/actions/setup-ruby from 2026.08.10.2 to 2026.08.14.1

Release notes

Sourced from Homebrew/actions/setup-ruby's releases.

2026.08.14.1

What's Changed

Full Changelog: Homebrew/actions@2026.08.10.2...2026.08.14.1

Commits
  • 8f3d1ec Merge pull request #916 from Homebrew/ai_trailer_allow
  • 5df02c8 check-commit-format: allow AI co-attribution
  • 13f73d7 Merge pull request #914 from Homebrew/dependabot/npm_and_yarn/npm-29ab304476
  • c9a6b14 Merge pull request #915 from Homebrew/dependabot/github_actions/github-action...
  • a4d850d build(deps): bump the github-actions group across 1 directory with 3 updates
  • a77119b build(deps): bump the npm group with 6 updates
  • 962acc9 Merge pull request #913 from Homebrew/sync-shared-config
  • 2973528 .rubocop.yml: update to match main configuration
  • See full diff in compare view

Updates Homebrew/actions/create-or-update-issue from 2026.08.10.2 to 2026.08.14.1

Release notes

Sourced from Homebrew/actions/create-or-update-issue's releases.

2026.08.14.1

What's Changed

Full Changelog: Homebrew/actions@2026.08.10.2...2026.08.14.1

Commits
  • 8f3d1ec Merge pull request #916 from Homebrew/ai_trailer_allow
  • 5df02c8 check-commit-format: allow AI co-attribution
  • 13f73d7 Merge pull request #914 from Homebrew/dependabot/npm_and_yarn/npm-29ab304476
  • c9a6b14 Merge pull request #915 from Homebrew/dependabot/github_actions/github-action...
  • a4d850d build(deps): bump the github-actions group across 1 directory with 3 updates
  • a77119b build(deps): bump the npm group with 6 updates
  • 962acc9 Merge pull request #913 from Homebrew/sync-shared-config
  • 2973528 .rubocop.yml: update to match main configuration
  • See full diff in compare view

Updates Homebrew/actions/git-user-config from 2026.08.10.2 to 2026.08.14.1

Release notes

Sourced from Homebrew/actions/git-user-config's releases.

2026.08.14.1

What's Changed

Full Changelog: Homebrew/actions@2026.08.10.2...2026.08.14.1

Commits
  • 8f3d1ec Merge pull request #916 from Homebrew/ai_trailer_allow
  • 5df02c8 check-commit-format: allow AI co-attribution
  • 13f73d7 Merge pull request #914 from Homebrew/dependabot/npm_and_yarn/npm-29ab304476
  • c9a6b14 Merge pull request #915 from Homebrew/dependabot/github_actions/github-action...
  • a4d850d build(deps): bump the github-actions group across 1 directory with 3 updates
  • a77119b build(deps): bump the npm group with 6 updates
  • 962acc9 Merge pull request #913 from Homebrew/sync-shared-config
  • 2973528 .rubocop.yml: update to match main configuration
  • See full diff in compare view

Updates Homebrew/actions/setup-commit-signing from 2026.08.10.2 to 2026.08.14.1

Release notes

Sourced from Homebrew/actions/setup-commit-signing's releases.

2026.08.14.1

What's Changed

Full Changelog: Homebrew/actions@2026.08.10.2...2026.08.14.1

Commits
  • 8f3d1ec Merge pull request #916 from Homebrew/ai_trailer_allow
  • 5df02c8 check-commit-format: allow AI co-attribution
  • 13f73d7 Merge pull request #914 from Homebrew/dependabot/npm_and_yarn/npm-29ab304476
  • c9a6b14 Merge pull request #915 from Homebrew/dependabot/github_actions/github-action...
  • a4d850d build(deps): bump the github-actions group across 1 directory with 3 updates
  • a77119b build(deps): bump the npm group with 6 updates
  • 962acc9 Merge pull request #913 from Homebrew/sync-shared-config
  • 2973528 .rubocop.yml: update to match main configuration
  • See full diff in compare view

Updates Homebrew/actions/git-try-push from 2026.08.10.2 to 2026.08.14.1

Release notes

Sourced from Homebrew/actions/git-try-push's releases.

2026.08.14.1

What's Changed

Full Changelog: Homebrew/actions@2026.08.10.2...2026.08.14.1

Commits
  • 8f3d1ec Merge pull request #916 from Homebrew/ai_trailer_allow
  • 5df02c8 check-commit-format: allow AI co-attribution
  • 13f73d7 Merge pull request #914 from Homebrew/dependabot/npm_and_yarn/npm-29ab304476
  • c9a6b14 Merge pull request #915 from Homebrew/dependabot/github_actions/github-action...
  • a4d850d build(deps): bump the github-actions group across 1 directory with 3 updates
  • a77119b build(deps): bump the npm group with 6 updates
  • 962acc9 Merge pull request #913 from Homebrew/sync-shared-config
  • 2973528 .rubocop.yml: update to match main configuration
  • See full diff in compare view

Updates astral-sh/setup-uv from 9.0.0 to 10.0.1

Release notes

Sourced from astral-sh/setup-uv's releases.

v10.0.1 🌈 Tolerate transient manifest timeouts

Changes

Thank you @​arguile- for making this action more resilient.

🐛 Bug fixes

🧰 Maintenance

📚 Documentation

v10.0.0 🌈 Disable automatic caching for sensitive events and new QOL features

Changes

Another breaking release, directly after v9.0.0 but we think the added security justifies that.

Extra security by default

If you use the default enable-cache: auto this will now DISABLE THE CACHE to protect against cache poisoning for the following events:

  • pull_request_target
  • workflow_run
  • release

You can read the full reasoning in astral-sh/setup-uv#984

version: latest-known

- name: Install the latest version of uv known to setup-uv
  uses: astral-sh/setup-uv@v10.0.0
  with:
    version: "latest-known"

This will now install the latest version with a checksum that is known by this action. The known uv checksums are automatically updated but will take a release of this action to take effect. You won't be always using the latest & greatest but you will have an extra level of security.

Read python version from .tool-versions

- name: Install uv based on the version defined in .tool-versions and also set python
  uses: astral-sh/setup-uv@v10.0.0
  with:
    version-file: "pyproject.toml"
</tr></table> 

... (truncated)

Commits

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 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

… updates

Bumps the github-actions group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [Homebrew/actions/setup-homebrew](https://github.com/homebrew/actions) | `2026.08.10.2` | `2026.08.14.1` |
| [Homebrew/actions/cache-homebrew-prefix](https://github.com/homebrew/actions) | `2026.08.10.2` | `2026.08.14.1` |
| [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) | `4.37.6` | `4.37.7` |
| [github/codeql-action/init](https://github.com/github/codeql-action) | `4.37.6` | `4.37.7` |
| [github/codeql-action/analyze](https://github.com/github/codeql-action) | `4.37.6` | `4.37.7` |
| [Homebrew/actions/check-commit-format](https://github.com/homebrew/actions) | `2026.08.10.2` | `2026.08.14.1` |
| [Homebrew/actions/setup-ruby](https://github.com/homebrew/actions) | `2026.08.10.2` | `2026.08.14.1` |
| [Homebrew/actions/create-or-update-issue](https://github.com/homebrew/actions) | `2026.08.10.2` | `2026.08.14.1` |
| [Homebrew/actions/git-user-config](https://github.com/homebrew/actions) | `2026.08.10.2` | `2026.08.14.1` |
| [Homebrew/actions/setup-commit-signing](https://github.com/homebrew/actions) | `2026.08.10.2` | `2026.08.14.1` |
| [Homebrew/actions/git-try-push](https://github.com/homebrew/actions) | `2026.08.10.2` | `2026.08.14.1` |
| [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `9.0.0` | `10.0.1` |



Updates `Homebrew/actions/setup-homebrew` from 2026.08.10.2 to 2026.08.14.1
- [Release notes](https://github.com/homebrew/actions/releases)
- [Changelog](https://github.com/Homebrew/actions/blob/main/release.test.mts)
- [Commits](Homebrew/actions@b35a29a...8f3d1ec)

Updates `Homebrew/actions/cache-homebrew-prefix` from 2026.08.10.2 to 2026.08.14.1
- [Release notes](https://github.com/homebrew/actions/releases)
- [Changelog](https://github.com/Homebrew/actions/blob/main/release.test.mts)
- [Commits](Homebrew/actions@b35a29a...8f3d1ec)

Updates `github/codeql-action/upload-sarif` from 4.37.6 to 4.37.7
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@5595cca...ff2f1c6)

Updates `github/codeql-action/init` from 4.37.6 to 4.37.7
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@5595cca...ff2f1c6)

Updates `github/codeql-action/analyze` from 4.37.6 to 4.37.7
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@5595cca...ff2f1c6)

Updates `Homebrew/actions/check-commit-format` from 2026.08.10.2 to 2026.08.14.1
- [Release notes](https://github.com/homebrew/actions/releases)
- [Changelog](https://github.com/Homebrew/actions/blob/main/release.test.mts)
- [Commits](Homebrew/actions@b35a29a...8f3d1ec)

Updates `Homebrew/actions/setup-ruby` from 2026.08.10.2 to 2026.08.14.1
- [Release notes](https://github.com/homebrew/actions/releases)
- [Changelog](https://github.com/Homebrew/actions/blob/main/release.test.mts)
- [Commits](Homebrew/actions@b35a29a...8f3d1ec)

Updates `Homebrew/actions/create-or-update-issue` from 2026.08.10.2 to 2026.08.14.1
- [Release notes](https://github.com/homebrew/actions/releases)
- [Changelog](https://github.com/Homebrew/actions/blob/main/release.test.mts)
- [Commits](Homebrew/actions@b35a29a...8f3d1ec)

Updates `Homebrew/actions/git-user-config` from 2026.08.10.2 to 2026.08.14.1
- [Release notes](https://github.com/homebrew/actions/releases)
- [Changelog](https://github.com/Homebrew/actions/blob/main/release.test.mts)
- [Commits](Homebrew/actions@b35a29a...8f3d1ec)

Updates `Homebrew/actions/setup-commit-signing` from 2026.08.10.2 to 2026.08.14.1
- [Release notes](https://github.com/homebrew/actions/releases)
- [Changelog](https://github.com/Homebrew/actions/blob/main/release.test.mts)
- [Commits](Homebrew/actions@b35a29a...8f3d1ec)

Updates `Homebrew/actions/git-try-push` from 2026.08.10.2 to 2026.08.14.1
- [Release notes](https://github.com/homebrew/actions/releases)
- [Changelog](https://github.com/Homebrew/actions/blob/main/release.test.mts)
- [Commits](Homebrew/actions@b35a29a...8f3d1ec)

Updates `astral-sh/setup-uv` from 9.0.0 to 10.0.1
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@c771a70...20cfd1b)

---
updated-dependencies:
- dependency-name: Homebrew/actions/setup-homebrew
  dependency-version: 2026.08.14.1
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: Homebrew/actions/cache-homebrew-prefix
  dependency-version: 2026.08.14.1
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: github/codeql-action/upload-sarif
  dependency-version: 4.37.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: github/codeql-action/init
  dependency-version: 4.37.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: github/codeql-action/analyze
  dependency-version: 4.37.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: Homebrew/actions/check-commit-format
  dependency-version: 2026.08.14.1
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: Homebrew/actions/setup-ruby
  dependency-version: 2026.08.14.1
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: Homebrew/actions/create-or-update-issue
  dependency-version: 2026.08.14.1
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: Homebrew/actions/git-user-config
  dependency-version: 2026.08.14.1
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: Homebrew/actions/setup-commit-signing
  dependency-version: 2026.08.14.1
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: Homebrew/actions/git-try-push
  dependency-version: 2026.08.14.1
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: astral-sh/setup-uv
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Bumping Gemfile dependencies github_actions Pull requests that update GitHub Actions code labels Aug 21, 2026
@ZhongRuoyu
ZhongRuoyu enabled auto-merge August 21, 2026 08:17
@ZhongRuoyu
ZhongRuoyu added this pull request to the merge queue Aug 21, 2026
Merged via the queue into main with commit ca731fd Aug 21, 2026
58 checks passed
@ZhongRuoyu
ZhongRuoyu deleted the dependabot/github_actions/github-actions-6d53f50cd1 branch August 21, 2026 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Bumping Gemfile dependencies github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant