We were unable to construct the commit group for this pull request: None of the pull request's commits have been successfully processed as yet.

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

Merged
dependabot[bot] opened 2:14am on September 18, 2026 wanted to merge 1 commit into homebrew/brew main from
dependabot/github_actions/github-actions-e640a82e94
Diff Delta:
0
About 0 Diff Delta/hour
Classified as:  General

dependabot-bot's Description of Work

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

| Package | From | To |
| --- | --- | --- |
| Homebrew/actions/setup-homebrew | 2026.09.07.1 | 2026.09.13.1 |
| github/codeql-action/upload-sarif | 4.37.9 | 4.38.0 |
| Homebrew/actions/setup-ruby | 2026.09.07.1 | 2026.09.13.1 |
| github/codeql-action/init | 4.37.9 | 4.38.0 |
| github/codeql-action/analyze | 4.37.9 | 4.38.0 |
| Homebrew/actions/check-commit-format | 2026.09.07.1 | 2026.09.13.1 |
| Homebrew/actions/create-or-update-issue | 2026.09.07.1 | 2026.09.13.1 |
| Homebrew/actions/git-user-config | 2026.09.07.1 | 2026.09.13.1 |
| Homebrew/actions/setup-commit-signing | 2026.09.07.1 | 2026.09.13.1 |
| Homebrew/actions/git-try-push | 2026.09.07.1 | 2026.09.13.1 |
| astral-sh/setup-uv | 10.0.1 | 10.1.0 |

Updates Homebrew/actions/setup-homebrew from 2026.09.07.1 to 2026.09.13.1

Release notes

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



2026.09.13.1


What's Changed



Full Changelog: https://github.com/Homebrew/actions/compare/2026.09.07.1...2026.09.13.1


Commits



  • 1e34f2e Merge pull request #932 from Homebrew/vendor-dependabot-updates


  • 83cd095 workflows: vendor Dependabot npm updates automatically


  • 255da7c workflows: check vendored dependencies


  • bb831b9 node_modules: update


  • 7f791ee Merge pull request #930 from Homebrew/create-or-update-issue-test


  • 6fdfc14 create-or-update-issue: increase test coverage


  • 6715b7c Merge pull request #929 from Homebrew/create-or-update-issue-type


  • dac6de6 create-or-update-issue: add type


  • 49d03f1 Merge pull request #927 from Homebrew/dependabot/npm_and_yarn/npm-936a036f25


  • 53ca419 setup-homebrew: handle unsupported sandbox

  • Additional commits viewable in compare view


Updates github/codeql-action/upload-sarif from 4.37.9 to 4.38.0

Release notes

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



v4.38.0



  • On GitHub-hosted runners, the CodeQL Action now deletes unused CodeQL bundles from the toolcache before downloading a different bundle, which frees up disk space for the analysis. We expect to roll this change out to everyone in September. #4124

  • The CodeQL Action now supports CodeQL releases that are compatible with Linux Arm64 and downloads the native linux-arm64 CodeQL bundle when available. #4072

  • Update default CodeQL bundle version to 2.27.0. #4129


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.38.0 - 09 Sept 2026



  • On GitHub-hosted runners, the CodeQL Action now deletes unused CodeQL bundles from the toolcache before downloading a different bundle, which frees up disk space for the analysis. We expect to roll this change out to everyone in September. #4124

  • The CodeQL Action now supports CodeQL releases that are compatible with Linux Arm64 and downloads the native linux-arm64 CodeQL bundle when available. #4072

  • Update default CodeQL bundle version to 2.27.0. #4129


4.37.9 - 26 Aug 2026



  • Update default CodeQL bundle version to 2.26.4. #4106


4.37.8 - 21 Aug 2026


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


<!-- raw HTML omitted -->

... (truncated)

Commits



  • b96794f Merge pull request #4131 from github/update-v4.38.0-7e08580a9


  • 02d5093 Update changelog for v4.38.0


  • 7e08580 Merge pull request #4130 from github/henrymercer/workflow-runner-sizing


  • bfcc52b Run slow macOS checks on larger runners


  • 8c251e7 Merge pull request #4129 from github/update-bundle/codeql-bundle-v2.27.0


  • 0b7ca40 Add changelog note


  • 40484b3 Update default bundle to codeql-bundle-v2.27.0


  • 977e6ce Merge pull request #4124 from github/henrymercer/toolcache-bundle-cleanup


  • 40a6b38 Address toolcache cleanup review feedback


  • deece8f Apply suggestion from @​henrymercer

  • Additional commits viewable in compare view


Updates Homebrew/actions/setup-ruby from 2026.09.07.1 to 2026.09.13.1

Release notes

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



2026.09.13.1


What's Changed



Full Changelog: https://github.com/Homebrew/actions/compare/2026.09.07.1...2026.09.13.1


Commits



  • 1e34f2e Merge pull request #932 from Homebrew/vendor-dependabot-updates


  • 83cd095 workflows: vendor Dependabot npm updates automatically


  • 255da7c workflows: check vendored dependencies


  • bb831b9 node_modules: update


  • 7f791ee Merge pull request #930 from Homebrew/create-or-update-issue-test


  • 6fdfc14 create-or-update-issue: increase test coverage


  • 6715b7c Merge pull request #929 from Homebrew/create-or-update-issue-type


  • dac6de6 create-or-update-issue: add type


  • 49d03f1 Merge pull request #927 from Homebrew/dependabot/npm_and_yarn/npm-936a036f25


  • 53ca419 setup-homebrew: handle unsupported sandbox

  • Additional commits viewable in compare view


Updates github/codeql-action/init from 4.37.9 to 4.38.0

Release notes

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



v4.38.0



  • On GitHub-hosted runners, the CodeQL Action now deletes unused CodeQL bundles from the toolcache before downloading a different bundle, which frees up disk space for the analysis. We expect to roll this change out to everyone in September. #4124

  • The CodeQL Action now supports CodeQL releases that are compatible with Linux Arm64 and downloads the native linux-arm64 CodeQL bundle when available. #4072

  • Update default CodeQL bundle version to 2.27.0. #4129


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.38.0 - 09 Sept 2026



  • On GitHub-hosted runners, the CodeQL Action now deletes unused CodeQL bundles from the toolcache before downloading a different bundle, which frees up disk space for the analysis. We expect to roll this change out to everyone in September. #4124

  • The CodeQL Action now supports CodeQL releases that are compatible with Linux Arm64 and downloads the native linux-arm64 CodeQL bundle when available. #4072

  • Update default CodeQL bundle version to 2.27.0. #4129


4.37.9 - 26 Aug 2026



  • Update default CodeQL bundle version to 2.26.4. #4106


4.37.8 - 21 Aug 2026


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


<!-- raw HTML omitted -->

... (truncated)

Commits



  • b96794f Merge pull request #4131 from github/update-v4.38.0-7e08580a9


  • 02d5093 Update changelog for v4.38.0


  • 7e08580 Merge pull request #4130 from github/henrymercer/workflow-runner-sizing


  • bfcc52b Run slow macOS checks on larger runners


  • 8c251e7 Merge pull request #4129 from github/update-bundle/codeql-bundle-v2.27.0


  • 0b7ca40 Add changelog note


  • 40484b3 Update default bundle to codeql-bundle-v2.27.0


  • 977e6ce Merge pull request #4124 from github/henrymercer/toolcache-bundle-cleanup


  • 40a6b38 Address toolcache cleanup review feedback


  • deece8f Apply suggestion from @​henrymercer

  • Additional commits viewable in compare view


Updates github/codeql-action/analyze from 4.37.9 to 4.38.0

Release notes

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



v4.38.0



  • On GitHub-hosted runners, the CodeQL Action now deletes unused CodeQL bundles from the toolcache before downloading a different bundle, which frees up disk space for the analysis. We expect to roll this change out to everyone in September. #4124

  • The CodeQL Action now supports CodeQL releases that are compatible with Linux Arm64 and downloads the native linux-arm64 CodeQL bundle when available. #4072

  • Update default CodeQL bundle version to 2.27.0. #4129


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.38.0 - 09 Sept 2026



  • On GitHub-hosted runners, the CodeQL Action now deletes unused CodeQL bundles from the toolcache before downloading a different bundle, which frees up disk space for the analysis. We expect to roll this change out to everyone in September. #4124

  • The CodeQL Action now supports CodeQL releases that are compatible with Linux Arm64 and downloads the native linux-arm64 CodeQL bundle when available. #4072

  • Update default CodeQL bundle version to 2.27.0. #4129


4.37.9 - 26 Aug 2026



  • Update default CodeQL bundle version to 2.26.4. #4106


4.37.8 - 21 Aug 2026


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


<!-- raw HTML omitted -->

... (truncated)

Commits



  • b96794f Merge pull request #4131 from github/update-v4.38.0-7e08580a9


  • 02d5093 Update changelog for v4.38.0


  • 7e08580 Merge pull request #4130 from github/henrymercer/workflow-runner-sizing


  • bfcc52b Run slow macOS checks on larger runners


  • 8c251e7 Merge pull request #4129 from github/update-bundle/codeql-bundle-v2.27.0


  • 0b7ca40 Add changelog note


  • 40484b3 Update default bundle to codeql-bundle-v2.27.0


  • 977e6ce Merge pull request #4124 from github/henrymercer/toolcache-bundle-cleanup


  • 40a6b38 Address toolcache cleanup review feedback


  • deece8f Apply suggestion from @​henrymercer

  • Additional commits viewable in compare view


Updates Homebrew/actions/check-commit-format from 2026.09.07.1 to 2026.09.13.1

Release notes

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



2026.09.13.1


What's Changed



Full Changelog: https://github.com/Homebrew/actions/compare/2026.09.07.1...2026.09.13.1


Commits



  • 1e34f2e Merge pull request #932 from Homebrew/vendor-dependabot-updates


  • 83cd095 workflows: vendor Dependabot npm updates automatically


  • 255da7c workflows: check vendored dependencies


  • bb831b9 node_modules: update


  • 7f791ee Merge pull request #930 from Homebrew/create-or-update-issue-test


  • 6fdfc14 create-or-update-issue: increase test coverage


  • 6715b7c Merge pull request #929 from Homebrew/create-or-update-issue-type


  • dac6de6 create-or-update-issue: add type


  • 49d03f1 Merge pull request #927 from Homebrew/dependabot/npm_and_yarn/npm-936a036f25


  • 53ca419 setup-homebrew: handle unsupported sandbox

  • Additional commits viewable in compare view


Updates Homebrew/actions/create-or-update-issue from 2026.09.07.1 to 2026.09.13.1

Release notes

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



2026.09.13.1


What's Changed



Full Changelog: https://github.com/Homebrew/actions/compare/2026.09.07.1...2026.09.13.1


Commits



  • 1e34f2e Merge pull request #932 from Homebrew/vendor-dependabot-updates


  • 83cd095 workflows: vendor Dependabot npm updates automatically


  • 255da7c workflows: check vendored dependencies


  • bb831b9 node_modules: update


  • 7f791ee Merge pull request #930 from Homebrew/create-or-update-issue-test


  • 6fdfc14 create-or-update-issue: increase test coverage


  • 6715b7c Merge pull request #929 from Homebrew/create-or-update-issue-type


  • dac6de6 create-or-update-issue: add type


  • 49d03f1 Merge pull request #927 from Homebrew/dependabot/npm_and_yarn/npm-936a036f25


  • 53ca419 setup-homebrew: handle unsupported sandbox

  • Additional commits viewable in compare view


Updates Homebrew/actions/git-user-config from 2026.09.07.1 to 2026.09.13.1

Release notes

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



2026.09.13.1


What's Changed



Full Changelog: https://github.com/Homebrew/actions/compare/2026.09.07.1...2026.09.13.1


Commits



  • 1e34f2e Merge pull request #932 from Homebrew/vendor-dependabot-updates


  • 83cd095 workflows: vendor Dependabot npm updates automatically


  • 255da7c workflows: check vendored dependencies


  • bb831b9 node_modules: update


  • 7f791ee Merge pull request #930 from Homebrew/create-or-update-issue-test


  • 6fdfc14 create-or-update-issue: increase test coverage


  • 6715b7c Merge pull request #929 from Homebrew/create-or-update-issue-type


  • dac6de6 create-or-update-issue: add type


  • 49d03f1 Merge pull request #927 from Homebrew/dependabot/npm_and_yarn/npm-936a036f25


  • 53ca419 setup-homebrew: handle unsupported sandbox

  • Additional commits viewable in compare view


Updates Homebrew/actions/setup-commit-signing from 2026.09.07.1 to 2026.09.13.1

Release notes

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



2026.09.13.1


What's Changed



Full Changelog: https://github.com/Homebrew/actions/compare/2026.09.07.1...2026.09.13.1


Commits



  • 1e34f2e Merge pull request #932 from Homebrew/vendor-dependabot-updates


  • 83cd095 workflows: vendor Dependabot npm updates automatically


  • 255da7c workflows: check vendored dependencies


  • bb831b9 node_modules: update


  • 7f791ee Merge pull request #930 from Homebrew/create-or-update-issue-test


  • 6fdfc14 create-or-update-issue: increase test coverage


  • 6715b7c Merge pull request #929 from Homebrew/create-or-update-issue-type


  • dac6de6 create-or-update-issue: add type


  • 49d03f1 Merge pull request #927 from Homebrew/dependabot/npm_and_yarn/npm-936a036f25


  • 53ca419 setup-homebrew: handle unsupported sandbox

  • Additional commits viewable in compare view


Updates Homebrew/actions/git-try-push from 2026.09.07.1 to 2026.09.13.1

Release notes

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



2026.09.13.1


What's Changed



Full Changelog: https://github.com/Homebrew/actions/compare/2026.09.07.1...2026.09.13.1


Commits



  • 1e34f2e Merge pull request #932 from Homebrew/vendor-dependabot-updates


  • 83cd095 workflows: vendor Dependabot npm updates automatically


  • 255da7c workflows: check vendored dependencies


  • bb831b9 node_modules: update


  • 7f791ee Merge pull request #930 from Homebrew/create-or-update-issue-test


  • 6fdfc14 create-or-update-issue: increase test coverage


  • 6715b7c Merge pull request #929 from Homebrew/create-or-update-issue-type


  • dac6de6 create-or-update-issue: add type


  • 49d03f1 Merge pull request #927 from Homebrew/dependabot/npm_and_yarn/npm-936a036f25


  • 53ca419 setup-homebrew: handle unsupported sandbox

  • Additional commits viewable in compare view


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

Release notes

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



v10.1.0 🌈 New output python-runtime-idand respect NO_PROXY


Changes


This release adds more bheind the scene security improvements and also 2 small improvements.


NO_PROXY


This action now respects no_proxy/NO_PROXY environment variables which were previously ignored.


New output python-runtime-id


The new output python-runtime-id can be used to know which python version exactly was installed if you use activate-environment. See pyca/cryptography#15572 for details on why this can be useful.


🐛 Bug fixes



🚀 Enhancements



🧰 Maintenance



Description has been truncated

20 total changed files
Loading changes...
Loading changes...
Loading changes...
Loading changes...
Loading changes...
Loading changes...
Loading changes...
Loading changes...
Loading changes...
Loading changes...
Loading changes...
Loading changes...
Loading changes...
Loading changes...
Loading changes...
Loading changes...
Loading changes...
Loading changes...
Congrats, you've cleared the final file
Like the credits, but with fewer stunts.