fix(ci): SMI-4508 retro — SHA-pin actions/cache to match repo convention#814
Merged
wrsmith108 merged 1 commit intomainfrom Apr 27, 2026
Merged
fix(ci): SMI-4508 retro — SHA-pin actions/cache to match repo convention#814wrsmith108 merged 1 commit intomainfrom
wrsmith108 merged 1 commit intomainfrom
Conversation
Governance retro on PR #808 surfaced inconsistent action pinning: the new `Cache Vercel build cache` step used `actions/cache@v4` while every other action in the same workflow is SHA-pinned with a `# v<n>` trailing comment. Update to the canonical SHA used in `ci.yml` and `website-deploy-staging.yml` (`668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5`) to keep all `.github/workflows/*.yml` action references uniform — no governance finding deferred. Co-Authored-By: claude-flow <ruv@ruv.net> Co-Authored-By: Claude <noreply@anthropic.com>
E2E Test ResultsE2E Test Results - April 27, 2026Summary
Test Results
Generated by skillsmith E2E test suite |
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
Governance retro on PR #808 (merged at
62cbcb4e) surfaced inconsistent action pinning: the newCache Vercel build cachestep usedactions/cache@v4while every other action in the same workflow is SHA-pinned with a# v<n>trailing comment.Pin to the canonical SHA used in
ci.ymlandwebsite-deploy-staging.yml(668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5) so all.github/workflows/*.ymlaction references stay uniform — Zero Deferral applied.Test plan
🤖 Generated with Claude Code