refactor(release): simplify Homebrew tap update workflow#8
Merged
Conversation
- Update actions/checkout from v4 to v6 for consistency with QA workflow - Add fail-fast: false to matrix build strategy - Add restore-keys for cache fallback on partial hits - Fix documentation: .yml -> .yaml extension
Add clarification that --trace shows violations from all sandboxed processes on the system, not just the current session, due to macOS sandbox logging limitations. Update both README and code documentation.
- Replace custom SHA256/sed logic with mislav/bump-homebrew-formula-action@v3 - Eliminates race condition and retry complexity - Improve reliability with battle-tested automation - Use GitHub App token for secure authentication
This specification documented manual tap update procedures. The release workflow now uses mislav/bump-homebrew-formula-action which automates all formula updates, making this documentation redundant.
- Add actions/cache@v4 for ~/.cargo/bin/cargo-audit (key: cargo-audit-0.21) - Add actions/cache@v4 for ~/.cargo/bin/cargo-deny (key: cargo-deny-0.18) - Skip installation steps on cache hit - Reduces security-audit and dependency-check job times from 5 min to ~2 sec - Revert temporary test branch push to main
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
mislav/bump-homebrew-formula-action@v3for reliable automationTest plan