Skip to content

ci: pin Swatinem/rust-cache to the v2.9.2 release commit - #111

Merged
plusky merged 1 commit into
mainfrom
fix/issue-102
Aug 18, 2026
Merged

ci: pin Swatinem/rust-cache to the v2.9.2 release commit#111
plusky merged 1 commit into
mainfrom
fix/issue-102

Conversation

@plusky

@plusky plusky commented Aug 18, 2026

Copy link
Copy Markdown
Owner

Closes #102. Pins 6323deb1 — verified as the commit v2.9.2's annotated tag dereferences to (the issue's own '49a0bdc7' was the tag object, not a commit). Reviewer verified dependabot-core source: a tagged pin permanently flips the updater to release-following, and v2.9.2 being the newest tag means no immediate re-bump. The dependabot.yml comment records the true history (every pin this repo ever had was untagged — branch-tracking from the first hand-written pin). Deliberate 3-commit downgrade: drops upstream #377 (cleanup-timestamp pruning fix), cache-efficiency only, release artifacts never touch this action; v2.9.3 will arrive via dependabot. Supersedes closed #108. Adversarially reviewed (MERGE-SAFE).

Every rust-cache pin this repo ever had was an untagged master commit -
the initial hand-written pin was already one commit past v2.9.1, and
Dependabot preserved the posture because its updater follows version
tags only while the pinned commit is itself tagged; untagged pins track
the containing branch head, self-perpetuating. Pinning 6323deb1, the
commit v2.9.2's annotated tag dereferences to, both makes the # comment
true and permanently flips Dependabot to release-following.

Deliberate 3-commit downgrade: drops upstream #377 (cache-cleanup
timestamp pruning fix), cache-efficiency only; release artifacts never
touch this action. Re-bump lands automatically when v2.9.3 ships.

Closes #102
@plusky
plusky merged commit 686a865 into main Aug 18, 2026
13 checks passed
@plusky
plusky deleted the fix/issue-102 branch August 18, 2026 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Swatinem/rust-cache is pinned to an unreleased master commit while the comment claims # v2

1 participant