Skip to content
This repository was archived by the owner on Jul 15, 2026. It is now read-only.

chore(homebrew): use updated homebrew bump action#542

Merged
RoseSecurity merged 2 commits into
mainfrom
fix-homebrew-bump
Jun 4, 2026
Merged

chore(homebrew): use updated homebrew bump action#542
RoseSecurity merged 2 commits into
mainfrom
fix-homebrew-bump

Conversation

@RoseSecurity

@RoseSecurity RoseSecurity commented Jun 4, 2026

Copy link
Copy Markdown
Owner

what and why

Replace mislav/bump-homebrew-formula-action with dawidd6/action-homebrew-bump-formula (pinned to a specific commit / v7). Update the workflow input from formula-name/formula-path to the single formula key and remove the now-unnecessary COMMITTER_TOKEN env entry.

Summary by CodeRabbit

  • Chores
    • Updated the Homebrew package release workflow: replaced the previous formula-bump action with an alternate action and simplified the formula bump configuration for a more streamlined release step.

Michael Rosenfeld added 2 commits June 4, 2026 12:03
Replace mislav/bump-homebrew-formula-action with dawidd6/action-homebrew-bump-formula
(pinned to a specific commit / v7). Update the workflow input from
formula-name/formula-path to the single `formula` key and remove the
now-unnecessary COMMITTER_TOKEN env entry.
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Michael Rosenfeld seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@coderabbitai

coderabbitai Bot commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: c101d8b5-0e08-422f-a6c6-45ca7b6f8b19

📥 Commits

Reviewing files that changed from the base of the PR and between 4ef2980 and 60e938c.

📒 Files selected for processing (1)
  • .github/workflows/build.yaml
🚧 Files skipped from review as they are similar to previous changes (1)
  • .github/workflows/build.yaml

📝 Walkthrough

Walkthrough

The build workflow's Homebrew job now uses dawidd6/action-homebrew-bump-formula; the step input is simplified to formula: terramaid and the committer token is passed via the action's token input.

Changes

CI Workflow Update

Layer / File(s) Summary
Homebrew action migration
.github/workflows/build.yaml
The Homebrew bump step migrates from mislav/bump-homebrew-formula-action to dawidd6/action-homebrew-bump-formula, replacing formula-name, formula-path, and COMMITTER_TOKEN environment wiring with a streamlined formula: terramaid input.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~5 minutes

Suggested labels

no-release

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and specifically describes the main change: updating the Homebrew bump action to a newer version with simplified configuration.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix-homebrew-bump

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In @.github/workflows/build.yaml:
- Around line 124-127: The Homebrew bump step using
dawidd6/action-homebrew-bump-formula@1446dca236b0440c6f02723a3f14f13be2c04ab0 is
missing the required inputs.token; update the step that currently sets
with.formula: terramaid to also set with.token using an appropriate repository
secret (for example secrets.HOMEBREW_TOKEN or secrets.GITHUB_TOKEN) so the
action can authenticate and open the PR.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 2a1558cc-c98e-4a45-8af1-4a4942108bce

📥 Commits

Reviewing files that changed from the base of the PR and between 5d3c2c6 and 4ef2980.

📒 Files selected for processing (1)
  • .github/workflows/build.yaml

Comment thread .github/workflows/build.yaml
@RoseSecurity
RoseSecurity merged commit 8d45a03 into main Jun 4, 2026
7 of 8 checks passed
@RoseSecurity
RoseSecurity deleted the fix-homebrew-bump branch June 4, 2026 16:11
RoseSecurity added a commit that referenced this pull request Jun 8, 2026
chore(homebrew): use updated homebrew bump action
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants