CI: track actions/checkout@v7 instead of pinning its SHA - #15
Merged
Conversation
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
Reverses the SHA pin from #14 by request. Automatic upstream patch releases are worth more here than the immutability the pin bought.
What changed
actions/checkoutgoes back to@v7in both jobs, so v7.0.x fixes arrive without a commit in this repo. Dependabot will open a PR when v8 lands, exactly as it did for Bump actions/checkout from 5 to 7 #13.[Unreleased]CHANGELOG entry described a pin that no longer exists and has been rewritten.What is unchanged
Everything else from #14 stays:
persist-credentials: false,pushscoped tomaster, the weeklyscheduleplusworkflow_dispatch, theconcurrencygroup,timeout-minutes: 30, and the mergedchecksjob.Trade-off, stated once
A major tag is mutable, so upstream can move it without a diff here.
actions/checkouthas already done this:v5today resolves to v5.1.0, whose release notes are marked[BREAKING]. The token in this workflow iscontents: readon a public repo, which bounds the exposure, and the maintainer has weighed that against losing automatic patches.ROADMAP 5.2's line citation still points at the matrix; the removed comment lines sit below it.
🤖 Generated with Claude Code