ci: bump actions/cache from 5 to 6#14
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
📝 WalkthroughWalkthroughThe pre-commit workflow now restores ChangesPre-commit workflow cache update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Comment |
There was a problem hiding this comment.
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/pre-commit-ci.yml:
- Line 94: The workflow uses the mutable actions/cache@v6 tag, so update the
cache step to pin the action to the full commit SHA instead of the version tag.
Locate the actions/cache reference in the pre-commit CI workflow and replace it
with the specified commit hash 55cc8345863c7cc4c66a329aec7e433d2d1c52a9 to keep
behavior stable.
🪄 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: defaults
Review profile: CHILL
Plan: Pro
Run ID: 973913ae-bc57-4207-b664-029361190fdf
📒 Files selected for processing (1)
.github/workflows/pre-commit-ci.yml
|
@dependabot rebase |
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
4c7f651 to
eda9342
Compare
actions/cache@v6 was tag-pinned (mutable), allowing upstream tag retargeting to change the workflow's behavior without a corresponding PR in this repo. Pinned to the commit currently tagged v6. Addresses CodeRabbit review (zizmor: unpinned-uses) on this PR. Remediation-Cycle: #14/cycle-1 Co-authored-by: Cursor <cursoragent@cursor.com>
|
Remediation cycle 1 — summaryFindings processed: 1
Verification: SHA Thread resolved. Waiting on CI to confirm green on the new commit. |



Bumps actions/cache from 5 to 6.
Release notes
Sourced from actions/cache's releases.
... (truncated)
Changelog
Sourced from actions/cache's changelog.
... (truncated)
Commits
55cc834Merge pull request #1768 from jasongin/readonly-cached8cd72fBump@actions/cacheto v6.1.0 - handle cache write error due to RO token2c8a9bdMerge pull request #1760 from actions/samirat/esm_migration_and_package_updatee9b91fdPrettier fixese4884b8Rebuild dist10baf01Fixed licensese39b386Fix test mock return orderb692820PR feedback6074912Rebuild dist bundles as ESM to match type:module5a912e8Fix lint and jest issues