Mike McQuaid
fca2d8ba40
dependabot: update github-actions weekly.
...
This should reduce the amount of PR spam we get.
If there's critical vulnerabilities: they will be updated more often.
2025-01-09 12:39:49 +00:00
dependabot[bot]
81b25e4460
build(deps): bump codecov/test-results-action from 1.0.1 to 1.0.2
...
Bumps [codecov/test-results-action](https://github.com/codecov/test-results-action ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/codecov/test-results-action/releases )
- [Commits](9739113ad9...4e79e65778
)
---
updated-dependencies:
- dependency-name: codecov/test-results-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-01-08 18:51:55 +00:00
Mike McQuaid
22433ddd19
workflows/sponsors-maintainers-man-completions: force checkout.
...
We haven't run any commands that would have modified the working
directory yet so this will better handle issues with stale files.
2025-01-08 14:03:16 +00:00
dependabot[bot]
077338ad90
build(deps): bump ruby/setup-ruby from 1.206.0 to 1.207.0
...
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby ) from 1.206.0 to 1.207.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](bfefad842b...4a9ddd6f33
)
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-12-31 18:20:13 +00:00
dependabot[bot]
0b7f5b4a1a
build(deps): bump ruby/setup-ruby from 1.205.0 to 1.206.0
...
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby ) from 1.205.0 to 1.206.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](540484a3c0...bfefad842b
)
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-12-26 18:20:35 +00:00
Mike McQuaid
e69124045a
Remove BuildPulse and use CodeCov instead
...
Now we're successfully sending flaky test results to CodeCov, let's
remove BuildPulse code and docs.
2024-12-24 10:32:55 +00:00
dependabot[bot]
0f812e78ae
build(deps): bump ruby/setup-ruby from 1.204.0 to 1.205.0
...
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby ) from 1.204.0 to 1.205.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](401c19e14f...540484a3c0
)
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-12-23 18:53:00 +00:00
Carlo Cabrera
d50d38ae3f
Merge pull request #18980 from Homebrew/dependabot/github_actions/github/codeql-action-3.28.0
...
build(deps): bump github/codeql-action from 3.27.9 to 3.28.0
2024-12-21 17:12:44 +00:00
dependabot[bot]
a26d885e19
build(deps): bump actions/create-github-app-token from 1.11.0 to 1.11.1
...
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token ) from 1.11.0 to 1.11.1.
- [Release notes](https://github.com/actions/create-github-app-token/releases )
- [Commits](5d869da34e...c1a285145b
)
---
updated-dependencies:
- dependency-name: actions/create-github-app-token
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-12-21 16:56:57 +00:00
dependabot[bot]
f640007df9
build(deps): bump github/codeql-action from 3.27.9 to 3.28.0
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.27.9 to 3.28.0.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](df409f7d92...48ab28a6f5
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-12-21 16:56:54 +00:00
Issy Long
a492c86528
dependabot: Group Sorbet updates together
...
- A PR every day for each of `sorbet`, `sorbet-runtime`
and `sorbet-static-and-runtime` is a bit much.
2024-12-21 16:17:58 +00:00
Mike McQuaid
317742db2b
workflows/tests: run some jobs on push.
...
We need to do this to:
- populate the cache from the latest master (so it can be used in other
branches/PRs/merge groups)
- send coverage/test flakiness information to CodeCov/BuildPulse on
`master` builds
2024-12-20 08:23:37 +00:00
Mike McQuaid
640175e8ab
Merge pull request #18961 from Homebrew/rspec_junit_filenames
...
workflows/tests: fix RSpec JUnit XML filenames.
2024-12-20 05:44:53 +00:00
Douglas Eichelberger
7aa0fc383c
Merge branch 'master' into dependabot/github_actions/codecov/codecov-action-5.1.2
2024-12-19 14:02:35 -08:00
Mike McQuaid
afdaa20402
workflows/tests: fix RSpec JUnit XML filenames.
...
These weren't looking in the right place.
While we're here, let's name the step more descriptively, too.
2024-12-19 09:16:20 +00:00
dependabot[bot]
4e1bb15e50
build(deps): bump codecov/codecov-action from 5.1.1 to 5.1.2
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](7f8b4b4bde...1e68e06f1d
)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-12-18 18:47:18 +00:00
dependabot[bot]
ce8b62d562
build(deps): bump actions/upload-artifact in the artifacts group
...
Bumps the artifacts group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact ).
Updates `actions/upload-artifact` from 4.4.3 to 4.5.0
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](b4b15b8c7c...6f51ac03b9
)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: artifacts
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-12-18 18:47:13 +00:00
dependabot[bot]
9be4fa6b87
build(deps): bump docker/setup-buildx-action from 3.7.1 to 3.8.0
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 3.7.1 to 3.8.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](c47758b77c...6524bf65af
)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-12-16 18:31:52 +00:00
Patrick Linnane
d129d10d55
dependabot: remove lock-threads
...
Signed-off-by: Patrick Linnane <patrick@linnane.io>
2024-12-14 10:34:05 -08:00
Patrick Linnane
4d52f24886
workflows: fix mis-pinned codeql-action hashes
...
Signed-off-by: Patrick Linnane <patrick@linnane.io>
2024-12-13 21:00:47 -08:00
dependabot[bot]
fba828b202
build(deps): bump ruby/setup-ruby from 1.203.0 to 1.204.0
...
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby ) from 1.203.0 to 1.204.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](2a18b06812...401c19e14f
)
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-12-14 04:02:22 +00:00
Patrick Linnane
56e41319f2
workflows: use full version numbers
...
Signed-off-by: Patrick Linnane <patrick@linnane.io>
2024-12-12 21:26:46 -08:00
BrewTestBot
6a23f24724
stale-issues.yml: update to match main configuration
2024-12-13 04:29:11 +00:00
Mike McQuaid
abb330d496
github/workflows: use merge_group instead of push events.
...
We're currently doing both which doubles the number of jobs we end up
running for commits on `master`.
2024-12-10 17:19:20 +00:00
dependabot[bot]
84f0617309
build(deps): bump actions/attest-build-provenance from 2.0.1 to 2.1.0
...
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance ) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/actions/attest-build-provenance/releases )
- [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md )
- [Commits](c4fbc64884...7668571508
)
---
updated-dependencies:
- dependency-name: actions/attest-build-provenance
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-12-10 16:39:21 +00:00
dependabot[bot]
52dc5cd0be
build(deps): bump ruby/setup-ruby from 1.202.0 to 1.203.0
...
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby ) from 1.202.0 to 1.203.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](a2bbe5b1b2...2a18b06812
)
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-12-07 17:16:55 +00:00
Douglas Eichelberger
ba9581f2c2
Merge pull request #18890 from Homebrew/dependabot/github_actions/codecov/codecov-action-5.1.1
...
build(deps): bump codecov/codecov-action from 5.1.0 to 5.1.1
2024-12-06 11:14:48 -08:00
dependabot[bot]
88c52b18fd
build(deps): bump codecov/codecov-action from 5.1.0 to 5.1.1
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](c2fcb216de...7f8b4b4bde
)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-12-06 18:03:01 +00:00
dependabot[bot]
4a1e0324bc
build(deps): bump actions/attest-build-provenance from 2.0.0 to 2.0.1
...
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance ) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/actions/attest-build-provenance/releases )
- [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md )
- [Commits](619dbb2e03...c4fbc64884
)
---
updated-dependencies:
- dependency-name: actions/attest-build-provenance
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-12-06 18:02:58 +00:00
Mike McQuaid
8bac4412d5
workflows/docs: enable merge queue/group jobs.
...
This should allow us to make use of the GitHub merge queue to ensure
that we're not merging outdated code (or breaking `master`) but avoiding
the need to continually merge into/rebase PR branches.
This should be safe to merge as-is as is essentially a no-op without
the merge queue enabled.
2024-12-06 17:35:38 +00:00
Patrick Linnane
62329ea12e
Merge pull request #18879 from Homebrew/dependabot/github_actions/codecov/codecov-action-5.1.0
...
build(deps): bump codecov/codecov-action from 5.0.7 to 5.1.0
2024-12-05 10:47:39 -08:00
dependabot[bot]
a5e42710f9
build(deps): bump codecov/codecov-action from 5.0.7 to 5.1.0
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 5.0.7 to 5.1.0.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](015f24e681...c2fcb216de
)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-12-05 18:37:01 +00:00
dependabot[bot]
b0d7e20ef8
build(deps): bump actions/cache from 4.1.2 to 4.2.0
...
Bumps [actions/cache](https://github.com/actions/cache ) from 4.1.2 to 4.2.0.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](6849a64899...1bd1e32a3b
)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-12-05 18:36:58 +00:00
Mike McQuaid
316bf3656b
Upload test results to CodeCov
...
CodeCov now supports uploading test results which allows e.g. flaky test
detection and may allow us to remove BuildPulse.
Co-authored-by: Bo Anderson <mail@boanderson.me>
2024-12-05 17:21:00 +00:00
dependabot[bot]
88b6a8266b
build(deps): bump actions/attest-build-provenance from 1.4.4 to 2.0.0
...
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance ) from 1.4.4 to 2.0.0.
- [Release notes](https://github.com/actions/attest-build-provenance/releases )
- [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md )
- [Commits](ef244123eb...619dbb2e03
)
---
updated-dependencies:
- dependency-name: actions/attest-build-provenance
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-12-04 16:38:51 +00:00
dependabot[bot]
692c170054
build(deps): bump docker/build-push-action from 6.9.0 to 6.10.0
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 6.9.0 to 6.10.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](4f58ea7922...48aba3b46d
)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-11-26 18:41:31 +00:00
dependabot[bot]
14afece550
build(deps): bump codecov/codecov-action from 5.0.5 to 5.0.7
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 5.0.5 to 5.0.7.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](288befbd10...015f24e681
)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-11-21 16:08:43 +00:00
dependabot[bot]
988e3ac098
build(deps): bump codecov/codecov-action from 5.0.2 to 5.0.5
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 5.0.2 to 5.0.5.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](5c47607acb...288befbd10
)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-11-20 18:40:13 +00:00
Mike McQuaid
41be66fc2a
Merge pull request #18775 from Homebrew/docker_registry_cache
...
workflows/docker: use GitHub Packages for caching.
2024-11-15 21:30:38 +00:00
dependabot[bot]
202b6e931c
build(deps): bump codecov/codecov-action from 5.0.0 to 5.0.2
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 5.0.0 to 5.0.2.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](968872560f...5c47607acb
)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-11-15 18:25:49 +00:00
Mike McQuaid
10525781b3
workflows/docker: remove unneeded packages permission.
2024-11-15 18:24:29 +00:00
Mike McQuaid
e98fae8512
workflows/docker: improve step names.
...
Co-authored-by: Markus Reiter <me@reitermark.us>
2024-11-15 17:15:04 +00:00
Mike McQuaid
fb03a29ec6
workflows/docker: use GitHub Packages for caching.
...
The GitHub Actions caching seems to not be very performant and is
exploding our cache storage usage.
2024-11-15 16:14:48 +00:00
dependabot[bot]
c902795ec5
build(deps): bump codecov/codecov-action from 4.6.0 to 5.0.0
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 4.6.0 to 5.0.0.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](b9fd7d16f6...968872560f
)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-11-14 18:19:26 +00:00
William Woodruff
981d980991
actionlint: suppress zizmor's exit code
...
Signed-off-by: William Woodruff <william@yossarian.net>
2024-11-11 22:09:25 -07:00
dependabot[bot]
810760ff69
build(deps): bump ruby/setup-ruby from 1.201.0 to 1.202.0
...
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby ) from 1.201.0 to 1.202.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](46ca53beb3...a2bbe5b1b2
)
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-11-09 19:04:07 +00:00
dependabot[bot]
1b4db24c41
build(deps): bump ruby/setup-ruby from 1.200.0 to 1.201.0
...
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby ) from 1.200.0 to 1.201.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](217c988b8c...46ca53beb3
)
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-11-07 15:53:18 +00:00
dependabot[bot]
9864f1b521
build(deps): bump actions/attest-build-provenance from 1.4.3 to 1.4.4
...
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance ) from 1.4.3 to 1.4.4.
- [Release notes](https://github.com/actions/attest-build-provenance/releases )
- [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md )
- [Commits](1c608d11d6...ef244123eb
)
---
updated-dependencies:
- dependency-name: actions/attest-build-provenance
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-11-06 14:47:48 +00:00
dependabot[bot]
6053cf73a2
build(deps): bump ruby/setup-ruby from 1.199.0 to 1.200.0
...
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby ) from 1.199.0 to 1.200.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases )
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb )
- [Commits](7d3497fd78...217c988b8c
)
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-11-05 16:05:39 +00:00
Mike McQuaid
5bf31cbe65
workflows/tests: tweak update-test name.
2024-11-04 09:13:49 +00:00