ci: pin Swatinem/rust-cache to the v2.9.2 release commit - #111
Merged
Conversation
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
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.
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).