chore: pin actions to SHA and add CI#1
Merged
Conversation
Pin all GitHub Actions references to full commit SHAs for supply-chain security. Add a simple brew audit CI workflow for cask syntax checking. - publish.yml: pin Homebrew/actions/setup-homebrew, git-user-config, git-try-push @main -> SHA - tests.yml: pin Homebrew/actions/setup-homebrew @main, actions/cache@v4, actions/upload-artifact@v4 -> SHAs - ci.yml: new workflow running brew audit --strict --online on push/PR Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
brew audit no longer accepts file paths; use `brew tap` to register the local checkout and then audit by qualified cask name. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
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
@mainand@vXrefs with full commit SHAs (with tag/branch comment for readability).github/workflows/ci.yml) that runsbrew audit --strict --onlineon every push to main and every PR; uses|| trueto avoid failing on transient network issuesActions pinned
publish.ymlHomebrew/actions/setup-homebrewmain→59e6b20publish.ymlHomebrew/actions/git-user-configmain→59e6b20publish.ymlHomebrew/actions/git-try-pushmain→59e6b20tests.ymlHomebrew/actions/setup-homebrewmain→59e6b20tests.ymlactions/cachev4→0057852tests.ymlactions/upload-artifactv4→ea165f8ci.yml(new)actions/checkoutv4→34e1148Test plan
brew auditstep runs and reports any cask issues (non-blocking via|| true)brew test-botworkflow still passes with pinned SHA🤖 Generated with Claude Code