Pull Request Overview
- Opened on September 18, 2026
- Status Merged
- Commit count 1 with first commit September 18, 2026
Total Delta
Open Days
Test Delta
How long has this pull request spent in each phase of its lifecycle?
| Fraction of total time | Business days | Phase |
|---|---|---|
|
|
0.0 days | Authoring 1 commit before pull request opened for review |
|
|
0.0 days | Awaiting first review |
|
|
0.9 days | Merge to deploy (still awaiting deployment) |
Total time for pull request
0.0 business days
from first commit authored to merge
Still awaiting deployment
build(deps): bump the github-actions group across 1 directory with 11 updates
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
- remove-disabled-packages: use standalone Ruby by
@p-linnanein Homebrew/actions#924- Synchronize shared configuration by
@BrewTestBotin Homebrew/actions#925- remove-disabled-packages: add tests by
@p-linnanein Homebrew/actions#926- build(deps): bump Homebrew/actions/setup-homebrew from 2026.08.31.1 to 2026.09.07.1 in the github-actions group across 1 directory by
@dependabot[bot] in Homebrew/actions#928- build(deps): bump the npm group with 5 updates by
@dependabot[bot] in Homebrew/actions#927- create-or-update-issue: add type by
@cho-min Homebrew/actions#929- create-or-update-issue: increase test coverage by
@cho-min Homebrew/actions#930- workflows: check vendored dependencies by
@p-linnanein Homebrew/actions#931- workflows: vendor Dependabot npm updates automatically by
@p-linnanein Homebrew/actions#932Full Changelog: https://github.com/Homebrew/actions/compare/2026.09.07.1...2026.09.13.1
Commits
-
1e34f2eMerge pull request #932 from Homebrew/vendor-dependabot-updates -
83cd095workflows: vendor Dependabot npm updates automatically -
255da7cworkflows: check vendored dependencies -
bb831b9node_modules: update -
7f791eeMerge pull request #930 from Homebrew/create-or-update-issue-test -
6fdfc14create-or-update-issue: increase test coverage -
6715b7cMerge pull request #929 from Homebrew/create-or-update-issue-type -
dac6de6create-or-update-issue: add type -
49d03f1Merge pull request #927 from Homebrew/dependabot/npm_and_yarn/npm-936a036f25 -
53ca419setup-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-arm64CodeQL 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-arm64CodeQL bundle when available. #4072- Update default CodeQL bundle version to 2.27.0. #4129
4.37.9 - 26 Aug 2026
4.37.8 - 21 Aug 2026
No user facing changes.
4.37.7 - 13 Aug 2026
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.ymlto align it with the suggested path that is used elsewhere. #40704.37.5 - 03 Aug 2026
- Fixed a bug where a network error while streaming the download of the CodeQL bundle could terminate the
initAction instead of falling back to downloading the bundle before extracting it. #40614.37.4 - 29 Jul 2026
- This version of the CodeQL Action adds support for the
toolsinput for thecodeql-action/initstep to be specified using agithub-codeql-toolsrepository 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 totoolcacheto always use the CodeQL CLI version that is available in the runner toolcache. For Advanced Setup workflows, the value provided fortoolsin 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-fileinput that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, theremote=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
-
b96794fMerge pull request #4131 from github/update-v4.38.0-7e08580a9 -
02d5093Update changelog for v4.38.0 -
7e08580Merge pull request #4130 from github/henrymercer/workflow-runner-sizing -
bfcc52bRun slow macOS checks on larger runners -
8c251e7Merge pull request #4129 from github/update-bundle/codeql-bundle-v2.27.0 -
0b7ca40Add changelog note -
40484b3Update default bundle to codeql-bundle-v2.27.0 -
977e6ceMerge pull request #4124 from github/henrymercer/toolcache-bundle-cleanup -
40a6b38Address toolcache cleanup review feedback -
deece8fApply 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
- remove-disabled-packages: use standalone Ruby by
@p-linnanein Homebrew/actions#924- Synchronize shared configuration by
@BrewTestBotin Homebrew/actions#925- remove-disabled-packages: add tests by
@p-linnanein Homebrew/actions#926- build(deps): bump Homebrew/actions/setup-homebrew from 2026.08.31.1 to 2026.09.07.1 in the github-actions group across 1 directory by
@dependabot[bot] in Homebrew/actions#928- build(deps): bump the npm group with 5 updates by
@dependabot[bot] in Homebrew/actions#927- create-or-update-issue: add type by
@cho-min Homebrew/actions#929- create-or-update-issue: increase test coverage by
@cho-min Homebrew/actions#930- workflows: check vendored dependencies by
@p-linnanein Homebrew/actions#931- workflows: vendor Dependabot npm updates automatically by
@p-linnanein Homebrew/actions#932Full Changelog: https://github.com/Homebrew/actions/compare/2026.09.07.1...2026.09.13.1
Commits
-
1e34f2eMerge pull request #932 from Homebrew/vendor-dependabot-updates -
83cd095workflows: vendor Dependabot npm updates automatically -
255da7cworkflows: check vendored dependencies -
bb831b9node_modules: update -
7f791eeMerge pull request #930 from Homebrew/create-or-update-issue-test -
6fdfc14create-or-update-issue: increase test coverage -
6715b7cMerge pull request #929 from Homebrew/create-or-update-issue-type -
dac6de6create-or-update-issue: add type -
49d03f1Merge pull request #927 from Homebrew/dependabot/npm_and_yarn/npm-936a036f25 -
53ca419setup-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-arm64CodeQL 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-arm64CodeQL bundle when available. #4072- Update default CodeQL bundle version to 2.27.0. #4129
4.37.9 - 26 Aug 2026
4.37.8 - 21 Aug 2026
No user facing changes.
4.37.7 - 13 Aug 2026
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.ymlto align it with the suggested path that is used elsewhere. #40704.37.5 - 03 Aug 2026
- Fixed a bug where a network error while streaming the download of the CodeQL bundle could terminate the
initAction instead of falling back to downloading the bundle before extracting it. #40614.37.4 - 29 Jul 2026
- This version of the CodeQL Action adds support for the
toolsinput for thecodeql-action/initstep to be specified using agithub-codeql-toolsrepository 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 totoolcacheto always use the CodeQL CLI version that is available in the runner toolcache. For Advanced Setup workflows, the value provided fortoolsin 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-fileinput that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, theremote=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
-
b96794fMerge pull request #4131 from github/update-v4.38.0-7e08580a9 -
02d5093Update changelog for v4.38.0 -
7e08580Merge pull request #4130 from github/henrymercer/workflow-runner-sizing -
bfcc52bRun slow macOS checks on larger runners -
8c251e7Merge pull request #4129 from github/update-bundle/codeql-bundle-v2.27.0 -
0b7ca40Add changelog note -
40484b3Update default bundle to codeql-bundle-v2.27.0 -
977e6ceMerge pull request #4124 from github/henrymercer/toolcache-bundle-cleanup -
40a6b38Address toolcache cleanup review feedback -
deece8fApply 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-arm64CodeQL 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-arm64CodeQL bundle when available. #4072- Update default CodeQL bundle version to 2.27.0. #4129
4.37.9 - 26 Aug 2026
4.37.8 - 21 Aug 2026
No user facing changes.
4.37.7 - 13 Aug 2026
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.ymlto align it with the suggested path that is used elsewhere. #40704.37.5 - 03 Aug 2026
- Fixed a bug where a network error while streaming the download of the CodeQL bundle could terminate the
initAction instead of falling back to downloading the bundle before extracting it. #40614.37.4 - 29 Jul 2026
- This version of the CodeQL Action adds support for the
toolsinput for thecodeql-action/initstep to be specified using agithub-codeql-toolsrepository 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 totoolcacheto always use the CodeQL CLI version that is available in the runner toolcache. For Advanced Setup workflows, the value provided fortoolsin 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-fileinput that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, theremote=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
-
b96794fMerge pull request #4131 from github/update-v4.38.0-7e08580a9 -
02d5093Update changelog for v4.38.0 -
7e08580Merge pull request #4130 from github/henrymercer/workflow-runner-sizing -
bfcc52bRun slow macOS checks on larger runners -
8c251e7Merge pull request #4129 from github/update-bundle/codeql-bundle-v2.27.0 -
0b7ca40Add changelog note -
40484b3Update default bundle to codeql-bundle-v2.27.0 -
977e6ceMerge pull request #4124 from github/henrymercer/toolcache-bundle-cleanup -
40a6b38Address toolcache cleanup review feedback -
deece8fApply 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
- remove-disabled-packages: use standalone Ruby by
@p-linnanein Homebrew/actions#924- Synchronize shared configuration by
@BrewTestBotin Homebrew/actions#925- remove-disabled-packages: add tests by
@p-linnanein Homebrew/actions#926- build(deps): bump Homebrew/actions/setup-homebrew from 2026.08.31.1 to 2026.09.07.1 in the github-actions group across 1 directory by
@dependabot[bot] in Homebrew/actions#928- build(deps): bump the npm group with 5 updates by
@dependabot[bot] in Homebrew/actions#927- create-or-update-issue: add type by
@cho-min Homebrew/actions#929- create-or-update-issue: increase test coverage by
@cho-min Homebrew/actions#930- workflows: check vendored dependencies by
@p-linnanein Homebrew/actions#931- workflows: vendor Dependabot npm updates automatically by
@p-linnanein Homebrew/actions#932Full Changelog: https://github.com/Homebrew/actions/compare/2026.09.07.1...2026.09.13.1
Commits
-
1e34f2eMerge pull request #932 from Homebrew/vendor-dependabot-updates -
83cd095workflows: vendor Dependabot npm updates automatically -
255da7cworkflows: check vendored dependencies -
bb831b9node_modules: update -
7f791eeMerge pull request #930 from Homebrew/create-or-update-issue-test -
6fdfc14create-or-update-issue: increase test coverage -
6715b7cMerge pull request #929 from Homebrew/create-or-update-issue-type -
dac6de6create-or-update-issue: add type -
49d03f1Merge pull request #927 from Homebrew/dependabot/npm_and_yarn/npm-936a036f25 -
53ca419setup-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
- remove-disabled-packages: use standalone Ruby by
@p-linnanein Homebrew/actions#924- Synchronize shared configuration by
@BrewTestBotin Homebrew/actions#925- remove-disabled-packages: add tests by
@p-linnanein Homebrew/actions#926- build(deps): bump Homebrew/actions/setup-homebrew from 2026.08.31.1 to 2026.09.07.1 in the github-actions group across 1 directory by
@dependabot[bot] in Homebrew/actions#928- build(deps): bump the npm group with 5 updates by
@dependabot[bot] in Homebrew/actions#927- create-or-update-issue: add type by
@cho-min Homebrew/actions#929- create-or-update-issue: increase test coverage by
@cho-min Homebrew/actions#930- workflows: check vendored dependencies by
@p-linnanein Homebrew/actions#931- workflows: vendor Dependabot npm updates automatically by
@p-linnanein Homebrew/actions#932Full Changelog: https://github.com/Homebrew/actions/compare/2026.09.07.1...2026.09.13.1
Commits
-
1e34f2eMerge pull request #932 from Homebrew/vendor-dependabot-updates -
83cd095workflows: vendor Dependabot npm updates automatically -
255da7cworkflows: check vendored dependencies -
bb831b9node_modules: update -
7f791eeMerge pull request #930 from Homebrew/create-or-update-issue-test -
6fdfc14create-or-update-issue: increase test coverage -
6715b7cMerge pull request #929 from Homebrew/create-or-update-issue-type -
dac6de6create-or-update-issue: add type -
49d03f1Merge pull request #927 from Homebrew/dependabot/npm_and_yarn/npm-936a036f25 -
53ca419setup-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
- remove-disabled-packages: use standalone Ruby by
@p-linnanein Homebrew/actions#924- Synchronize shared configuration by
@BrewTestBotin Homebrew/actions#925- remove-disabled-packages: add tests by
@p-linnanein Homebrew/actions#926- build(deps): bump Homebrew/actions/setup-homebrew from 2026.08.31.1 to 2026.09.07.1 in the github-actions group across 1 directory by
@dependabot[bot] in Homebrew/actions#928- build(deps): bump the npm group with 5 updates by
@dependabot[bot] in Homebrew/actions#927- create-or-update-issue: add type by
@cho-min Homebrew/actions#929- create-or-update-issue: increase test coverage by
@cho-min Homebrew/actions#930- workflows: check vendored dependencies by
@p-linnanein Homebrew/actions#931- workflows: vendor Dependabot npm updates automatically by
@p-linnanein Homebrew/actions#932Full Changelog: https://github.com/Homebrew/actions/compare/2026.09.07.1...2026.09.13.1
Commits
-
1e34f2eMerge pull request #932 from Homebrew/vendor-dependabot-updates -
83cd095workflows: vendor Dependabot npm updates automatically -
255da7cworkflows: check vendored dependencies -
bb831b9node_modules: update -
7f791eeMerge pull request #930 from Homebrew/create-or-update-issue-test -
6fdfc14create-or-update-issue: increase test coverage -
6715b7cMerge pull request #929 from Homebrew/create-or-update-issue-type -
dac6de6create-or-update-issue: add type -
49d03f1Merge pull request #927 from Homebrew/dependabot/npm_and_yarn/npm-936a036f25 -
53ca419setup-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
- remove-disabled-packages: use standalone Ruby by
@p-linnanein Homebrew/actions#924- Synchronize shared configuration by
@BrewTestBotin Homebrew/actions#925- remove-disabled-packages: add tests by
@p-linnanein Homebrew/actions#926- build(deps): bump Homebrew/actions/setup-homebrew from 2026.08.31.1 to 2026.09.07.1 in the github-actions group across 1 directory by
@dependabot[bot] in Homebrew/actions#928- build(deps): bump the npm group with 5 updates by
@dependabot[bot] in Homebrew/actions#927- create-or-update-issue: add type by
@cho-min Homebrew/actions#929- create-or-update-issue: increase test coverage by
@cho-min Homebrew/actions#930- workflows: check vendored dependencies by
@p-linnanein Homebrew/actions#931- workflows: vendor Dependabot npm updates automatically by
@p-linnanein Homebrew/actions#932Full Changelog: https://github.com/Homebrew/actions/compare/2026.09.07.1...2026.09.13.1
Commits
-
1e34f2eMerge pull request #932 from Homebrew/vendor-dependabot-updates -
83cd095workflows: vendor Dependabot npm updates automatically -
255da7cworkflows: check vendored dependencies -
bb831b9node_modules: update -
7f791eeMerge pull request #930 from Homebrew/create-or-update-issue-test -
6fdfc14create-or-update-issue: increase test coverage -
6715b7cMerge pull request #929 from Homebrew/create-or-update-issue-type -
dac6de6create-or-update-issue: add type -
49d03f1Merge pull request #927 from Homebrew/dependabot/npm_and_yarn/npm-936a036f25 -
53ca419setup-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
- remove-disabled-packages: use standalone Ruby by
@p-linnanein Homebrew/actions#924- Synchronize shared configuration by
@BrewTestBotin Homebrew/actions#925- remove-disabled-packages: add tests by
@p-linnanein Homebrew/actions#926- build(deps): bump Homebrew/actions/setup-homebrew from 2026.08.31.1 to 2026.09.07.1 in the github-actions group across 1 directory by
@dependabot[bot] in Homebrew/actions#928- build(deps): bump the npm group with 5 updates by
@dependabot[bot] in Homebrew/actions#927- create-or-update-issue: add type by
@cho-min Homebrew/actions#929- create-or-update-issue: increase test coverage by
@cho-min Homebrew/actions#930- workflows: check vendored dependencies by
@p-linnanein Homebrew/actions#931- workflows: vendor Dependabot npm updates automatically by
@p-linnanein Homebrew/actions#932Full Changelog: https://github.com/Homebrew/actions/compare/2026.09.07.1...2026.09.13.1
Commits
-
1e34f2eMerge pull request #932 from Homebrew/vendor-dependabot-updates -
83cd095workflows: vendor Dependabot npm updates automatically -
255da7cworkflows: check vendored dependencies -
bb831b9node_modules: update -
7f791eeMerge pull request #930 from Homebrew/create-or-update-issue-test -
6fdfc14create-or-update-issue: increase test coverage -
6715b7cMerge pull request #929 from Homebrew/create-or-update-issue-type -
dac6de6create-or-update-issue: add type -
49d03f1Merge pull request #927 from Homebrew/dependabot/npm_and_yarn/npm-936a036f25 -
53ca419setup-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_PROXYChanges
This release adds more bheind the scene security improvements and also 2 small improvements.
NO_PROXY
This action now respects
no_proxy/NO_PROXYenvironment variables which were previously ignored.New output
python-runtime-idThe new output
python-runtime-idcan be used to know which python version exactly was installed if you useactivate-environment. See pyca/cryptography#15572 for details on why this can be useful.🐛 Bug fixes
- fix: respect no proxy directive
@mj0nez(#1037)- Use JSON + a typed wrapper instead of TS codegen
@woodruffw(#1025)🚀 Enhancements
- Expose a Python "identity" output
@woodruffw(#1036)- Verify downloads with astral-sh/versions checksums
@zaniebot(#1033)🧰 Maintenance
- chore: update known checksums for 0.12.12 @github-actions[bot] (#1041)
- chore: update known checksums for 0.12.10/0.12.11 @github-actions[bot] (#1038)
- chore: update known checksums for 0.12.9 @github-actions[bot] (#1035)
- chore: update known checksums for 0.12.7/0.12.8 @github-actions[bot] (#1031)
- chore: update known checksums for 0.12.6 @github-actions[bot] (#1030)
- chore: update known checksums for 0.12.5 @github-actions[bot] (#1020)
- Use self-repo syntax for all in-repo actions/reusable workflows
@woodruffw(#1024)- Pin one-shot tools
@woodruffw(#1022)- ci: remove obsolete direct push attempts
@eifinger...
Description has been truncated
PR was closed without comments.