Mike McQuaid
a0d1e1d9d6
Add sync-default-branches
workflow
...
This will allow us to migrate Homebrew/brew to `main` when we're ready
while preserving `master` as a branch with the same contents.
Until we're ready to migrate, this will keep a `main` branch updated
with `master`.
2025-06-13 14:24:18 +01:00
Mike McQuaid
be6cee3006
Use Homebrew/actions/*@main in Actions workflows
...
We've migrated Homebrew/actions to use the `main` branch now so let's
update these references.
2025-06-13 14:22:09 +01:00
dependabot[bot]
c8213558ef
build(deps): bump the github-actions group with 3 updates
...
Bumps the github-actions group with 3 updates: [github/codeql-action](https://github.com/github/codeql-action ), [ruby/setup-ruby](https://github.com/ruby/setup-ruby ) and [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance ).
Updates `github/codeql-action` from 3.28.19 to 3.29.0
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](fca7ace96b...ce28f5bb42
)
Updates `ruby/setup-ruby` from 1.244.0 to 1.245.0
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](13e7a03dc3...a4effe49ee
)
Updates `actions/attest-build-provenance` from 2.3.0 to 2.4.0
- [Release notes](https://github.com/actions/attest-build-provenance/releases )
- [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md )
- [Commits](db473fddc0...e8998f9491
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 3.29.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: ruby/setup-ruby
dependency-version: 1.245.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: actions/attest-build-provenance
dependency-version: 2.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-13 08:22:08 +00:00
Mike McQuaid
9541ad8931
workflows/docs: remove comment.
2025-06-12 16:39:55 +01:00
Rylan Polster
577f01c30e
Generate template API samples for formulae.brew.sh
docs workflow
2025-06-12 11:19:19 -04:00
BrewTestBot
498ab9e4b7
homebrew-actions.yml: update to match main configuration
2025-06-12 02:23:28 +00:00
Mike McQuaid
7bd8642bfc
Tweak GitHub Actions workflows
...
- prepare to use `main` instead of `master`.
- use synced `actionlint.yml` to simplify Homebrew/.github sync logic.
- fix some broken workflow PR opening logic.
2025-06-11 16:39:03 +01:00
Mike McQuaid
63abe0bebf
workflows/tests.yml: more CI tweaks.
...
- use `macos-15` for tap syntax, no reason to use (old) `macos-14`
- use `macos-latest` for all macOS jobs where we're only testing a
single macOS and single Linux target
- add `test default formula` jobs for Linux `arm64`
- rename a few more jobs for consistency and clarity
2025-06-09 17:28:17 +01:00
Mike McQuaid
cc03340af3
Reduce Homebrew/brew CI warnings
...
- Remove a bunch of non-actionable/unnecessary noise in GitHub Actions
CI.
- Limit number of threads used to generate analytics API data to avoid
reproducible failures producing errors and requiring retries.
- Move to Debian Old Stable for testing non-system `glibc`.
- Remove unneeded core taps/updates.
- Improve naming of CI jobs to clarify purpose i.e. we're testing
things work on Linux, not Ubuntu specifically.
- Remove dedicated non-online/non-generic Linux `brew tests` jobs from
3 to 1.
Co-authored-by: Rylan Polster <rslpolster@gmail.com>
2025-06-09 12:47:22 +01:00
dependabot[bot]
08e9a4365f
build(deps): bump github/codeql-action in the github-actions group
...
Bumps the github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action ).
Updates `github/codeql-action` from 3.28.18 to 3.28.19
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](ff0a06e83c...fca7ace96b
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 3.28.19
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-06 08:33:23 +00:00
BrewTestBot
175eb65073
dependabot.yml: update to match main configuration
2025-06-03 08:05:26 +00:00
dependabot[bot]
5805e9d597
build(deps): bump the github-actions group with 2 updates
...
Bumps the github-actions group with 2 updates: [docker/build-push-action](https://github.com/docker/build-push-action ) and [actions/stale](https://github.com/actions/stale ).
Updates `docker/build-push-action` from 6.17.0 to 6.18.0
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](1dc7386353...263435318d
)
Updates `actions/stale` from 9.0.0 to 9.1.0
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](28ca103628...5bef64f19d
)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-version: 6.18.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: actions/stale
dependency-version: 9.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-30 08:29:10 +00:00
BrewTestBot
9d949f3f2f
stale-issues.yml: update to match main configuration
2025-05-27 14:14:45 +01:00
Mike McQuaid
2131d70265
workflows/pkg-installer: fix release upload.
...
- Get the release tag from the installer path.
- Remove unnecessary `gh` installation.
- Remove failing test that I can't fix.
2025-05-27 11:47:00 +01:00
dependabot[bot]
90323ffc3c
build(deps): bump codecov/test-results-action
...
Bumps the github-actions group with 1 update: [codecov/test-results-action](https://github.com/codecov/test-results-action ).
Updates `codecov/test-results-action` from 1.1.0 to 1.1.1
- [Release notes](https://github.com/codecov/test-results-action/releases )
- [Commits](f2dba722c6...47f89e9acb
)
---
updated-dependencies:
- dependency-name: codecov/test-results-action
dependency-version: 1.1.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-23 08:38:21 +00:00
dependabot[bot]
83db7a31ec
build(deps): bump the github-actions group with 2 updates
...
Bumps the github-actions group with 2 updates: [ruby/setup-ruby](https://github.com/ruby/setup-ruby ) and [actions/stale](https://github.com/actions/stale ).
Updates `ruby/setup-ruby` from 1.242.0 to 1.244.0
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](cb0fda56a3...13e7a03dc3
)
Updates `actions/stale` from 9.0.0 to 9.1.0
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](28ca103628...5bef64f19d
)
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-version: 1.244.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: actions/stale
dependency-version: 9.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-21 15:29:12 +00:00
Mike McQuaid
6527fc1bf3
dependabot: use more groups.
...
- update all dependabot types once a week on Friday so they can make it
into the new release on (usually) Monday
- use dependabot groups for all changes so we can merge them all at once
- use the `directories` option to DRY things up
2025-05-21 14:17:37 +01:00
dependabot[bot]
5f037232c7
build(deps): bump ruby/setup-ruby from 1.240.0 to 1.242.0
...
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby ) from 1.240.0 to 1.242.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](1a0ff446f5...cb0fda56a3
)
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-version: 1.242.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-19 18:19:44 +00:00
Patrick Linnane
1cfc303969
Merge pull request #19960 from Homebrew/dependabot/github_actions/ruby/setup-ruby-1.240.0
...
build(deps): bump ruby/setup-ruby from 1.239.0 to 1.240.0
2025-05-16 15:40:31 +00:00
Patrick Linnane
bd232b1e65
Merge pull request #19962 from Homebrew/dependabot/github_actions/docker/build-push-action-6.17.0
...
build(deps): bump docker/build-push-action from 6.16.0 to 6.17.0
2025-05-16 14:58:59 +00:00
Patrick Linnane
cf26ec1b3d
Merge pull request #19963 from Homebrew/dependabot/github_actions/github/codeql-action-3.28.18
...
build(deps): bump github/codeql-action from 3.28.17 to 3.28.18
2025-05-16 14:57:12 +00:00
dependabot[bot]
e271c89ee9
build(deps): bump github/codeql-action from 3.28.17 to 3.28.18
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.28.17 to 3.28.18.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](60168efe1c...ff0a06e83c
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 3.28.18
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-16 14:46:52 +00:00
dependabot[bot]
19d20a740a
build(deps): bump docker/build-push-action from 6.16.0 to 6.17.0
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 6.16.0 to 6.17.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](14487ce63c...1dc7386353
)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-version: 6.17.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-16 14:46:44 +00:00
dependabot[bot]
2723620d85
build(deps): bump codecov/codecov-action from 5.4.2 to 5.4.3
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 5.4.2 to 5.4.3.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](ad3126e916...18283e04ce
)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-version: 5.4.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-16 14:46:40 +00:00
dependabot[bot]
85aed4c430
build(deps): bump ruby/setup-ruby from 1.239.0 to 1.240.0
...
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby ) from 1.239.0 to 1.240.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](84684c07c1...1a0ff446f5
)
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-version: 1.240.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-16 14:46:36 +00:00
dependabot[bot]
c5fd8e586f
build(deps): bump ruby/setup-ruby from 1.238.0 to 1.239.0
...
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby ) from 1.238.0 to 1.239.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](e34163cd15...84684c07c1
)
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-version: 1.239.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-14 23:47:01 +00:00
dependabot[bot]
d7010dce07
build(deps): bump ruby/setup-ruby from 1.237.0 to 1.238.0
...
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby ) from 1.237.0 to 1.238.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](eaecf785f6...e34163cd15
)
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-version: 1.238.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-12 18:44:25 +00:00
Patrick Linnane
7f6d6e01fb
Merge pull request #19898 from Homebrew/dependabot/github_actions/actions/create-github-app-token-2.0.6
...
build(deps): bump actions/create-github-app-token from 2.0.3 to 2.0.6
2025-05-05 21:24:59 +00:00
dependabot[bot]
bc2808310a
build(deps): bump actions/create-github-app-token from 2.0.3 to 2.0.6
...
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token ) from 2.0.3 to 2.0.6.
- [Release notes](https://github.com/actions/create-github-app-token/releases )
- [Commits](30bf6253fa...df432ceedc
)
---
updated-dependencies:
- dependency-name: actions/create-github-app-token
dependency-version: 2.0.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-05 18:33:58 +00:00
dependabot[bot]
cab19e06cb
build(deps): bump github/codeql-action from 3.28.16 to 3.28.17
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.28.16 to 3.28.17.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](28deaeda66...60168efe1c
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 3.28.17
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-05 18:33:47 +00:00
Patrick Linnane
ad6a301d1b
Merge pull request #19879 from Homebrew/dependabot/github_actions/ruby/setup-ruby-1.237.0
...
build(deps): bump ruby/setup-ruby from 1.235.0 to 1.237.0
2025-05-02 04:18:22 +00:00
dependabot[bot]
babc5c0039
build(deps): bump ruby/setup-ruby from 1.235.0 to 1.237.0
...
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby ) from 1.235.0 to 1.237.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](dffc446db9...eaecf785f6
)
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-version: 1.237.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-02 00:45:44 +00:00
dependabot[bot]
fec6f7676d
build(deps): bump actions/create-github-app-token from 2.0.2 to 2.0.3
...
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token ) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/actions/create-github-app-token/releases )
- [Commits](3ff1caaa28...30bf6253fa
)
---
updated-dependencies:
- dependency-name: actions/create-github-app-token
dependency-version: 2.0.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-02 00:45:39 +00:00
Patrick Linnane
e79a0530d6
dependabot: Group RSpec updates
...
Signed-off-by: Patrick Linnane <patrick@linnane.io>
2025-05-01 16:14:02 -07:00
Mike McQuaid
b69a620eff
Merge pull request #19833 from Homebrew/arm64-release-images
...
workflow/docker: push tagged arm64 images
2025-04-29 07:32:19 +00:00
Patrick Linnane
f8a677e745
Merge pull request #19844 from Homebrew/dependabot/github_actions/ruby/setup-ruby-1.235.0
...
build(deps): bump ruby/setup-ruby from 1.233.0 to 1.235.0
2025-04-28 22:22:45 +00:00
Patrick Linnane
22e0eb9edb
Merge pull request #19847 from Homebrew/dependabot/github_actions/github/codeql-action-3.28.16
...
build(deps): bump github/codeql-action from 3.28.15 to 3.28.16
2025-04-28 22:22:08 +00:00
Patrick Linnane
117b77f752
Merge pull request #19848 from Homebrew/dependabot/github_actions/docker/build-push-action-6.16.0
...
build(deps): bump docker/build-push-action from 6.15.0 to 6.16.0
2025-04-28 22:21:58 +00:00
Patrick Linnane
f07cd6498e
Merge pull request #19849 from Homebrew/dependabot/github_actions/actions/setup-python-5.6.0
...
build(deps): bump actions/setup-python from 5.5.0 to 5.6.0
2025-04-28 22:21:44 +00:00
Patrick Linnane
1049f56135
Merge pull request #19850 from Homebrew/dependabot/github_actions/artifacts-beb19bfee9
...
build(deps): bump actions/download-artifact from 4.2.1 to 4.3.0 in the artifacts group
2025-04-28 22:21:19 +00:00
dependabot[bot]
64e3e990c4
build(deps): bump actions/attest-build-provenance from 2.2.3 to 2.3.0
...
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance ) from 2.2.3 to 2.3.0.
- [Release notes](https://github.com/actions/attest-build-provenance/releases )
- [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md )
- [Commits](c074443f1a...db473fddc0
)
---
updated-dependencies:
- dependency-name: actions/attest-build-provenance
dependency-version: 2.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-04-28 20:18:51 +00:00
dependabot[bot]
0fb9db6a40
build(deps): bump actions/download-artifact in the artifacts group
...
Bumps the artifacts group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact ).
Updates `actions/download-artifact` from 4.2.1 to 4.3.0
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](95815c38cf...d3f86a106a
)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: 4.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: artifacts
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-04-28 20:09:54 +00:00
dependabot[bot]
0035a35036
build(deps): bump actions/setup-python from 5.5.0 to 5.6.0
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 5.5.0 to 5.6.0.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](8d9ed9ac5c...a26af69be9
)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-version: 5.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-04-28 20:08:38 +00:00
dependabot[bot]
79c57877d6
build(deps): bump docker/build-push-action from 6.15.0 to 6.16.0
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 6.15.0 to 6.16.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](471d1dc4e0...14487ce63c
)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-version: 6.16.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-04-28 19:55:06 +00:00
dependabot[bot]
04a873bf4d
build(deps): bump github/codeql-action from 3.28.15 to 3.28.16
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.28.15 to 3.28.16.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](45775bd823...28deaeda66
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 3.28.16
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-04-28 19:54:39 +00:00
dependabot[bot]
c94bec3be0
build(deps): bump ruby/setup-ruby from 1.233.0 to 1.235.0
...
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby ) from 1.233.0 to 1.235.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](ca041f971d...dffc446db9
)
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-version: 1.235.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-04-28 19:50:22 +00:00
Bo Anderson
a2cbce9426
workflow/docker: push tagged arm64 images
2025-04-28 04:05:24 +01:00
Bo Anderson
7ce03b66f1
workflows/docker: fix release push
2025-04-28 04:01:20 +01:00
Patrick Linnane
0443c627d0
Merge pull request #19800 from Homebrew/retry-docker-upload
...
workflows/docker: add retry to image push
2025-04-22 19:02:52 +00:00
Patrick Linnane
1134575c00
Merge pull request #19793 from Homebrew/dependabot/github_actions/ruby/setup-ruby-1.233.0
...
build(deps): bump ruby/setup-ruby from 1.231.0 to 1.233.0
2025-04-22 19:00:42 +00:00