This repository was archived by the owner on Aug 28, 2026. It is now read-only.
[team-devex#546] Swap actions/cache for step-security/runs-on-cache - #30
Closed
shpendnilafresha wants to merge 1 commit into
Closed
[team-devex#546] Swap actions/cache for step-security/runs-on-cache#30shpendnilafresha wants to merge 1 commit into
shpendnilafresha wants to merge 1 commit into
Conversation
Drop-in replacement (same inputs/outputs, actions/cache@v5 interface): S3-backed cache on runs-on runners, transparent fallback to the default GitHub cache backend when no bucket is available, so GitHub-hosted jobs are unaffected. Pin matches the org-wide canonical (v5.0.7), already used at 209 sites across 50+ repos. with: blocks are unchanged. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
rehan-fr
approved these changes
Aug 4, 2026
Author
|
addressed here #31 |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Swaps
actions/cache(and its/restore,/savevariants where present) forstep-security/runs-on-cache, the org-canonical caching action (already 209 use sites across 50+ repos, all on this exact pin, v5.0.7).Why this is safe:
actions/cache@v5— all official options supported,with:blocks are untouched by this PR.actions/cache. Per upstream: "you can switch between RunsOn runners and official GitHub runners with no change."Part of the A25.2 consolidation pass: https://github.com/freshaengineering/team-devex/issues/546 (parent: https://github.com/freshaengineering/team-devex/issues/505). Full evidence: https://github.com/freshaengineering/team-devex/issues/504#issuecomment-5168144698
🤖 Generated with Claude Code