ci: align stale mise-action version comments with the pinned tag#2306
Merged
Conversation
Co-Authored-By: Claude Fable 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.
Summary
Aligns the stale
# v2version comments onjdx/mise-actionSHA pins with the tag the SHA actually points to.Verified against upstream before editing:
e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959dis the commit forjdx/mise-actiontagv4.2.0(thev2ref points elsewhere), so the correct comment on currentmainis# v4.2.0. Note the issue text citesv4.2.1/dad1bfd3…— that reflects the still-open Dependabot PR #2297 branch, notmain; once #2297 merges, Dependabot will bump these now-parseable comments along with the SHA.Changed (4 occurrences, comment-only):
.github/workflows/e2e-binaries.yml(2 places):# v2→# v4.2.0.github/workflows/publish.yml:# v2→# v4.2.0.github/workflows/publish-assets.yml:# v2→# v4.2.0Also performed the issue's optional sweep: every other SHA-pinned action comment across
.github/workflows/*.ymlwas verified against its upstream tag (dereferencing annotated tags foractions/github-script,flatt-security/setup-takumi-guard-npm,softprops/action-gh-release) — all already accurate, no further drift.No behavioral change;
pnpm cicheckpasses.Note
Left unmerged intentionally: workflow-file changes are excluded from autonomous merging. Please review and merge manually.
Closes #2301
🤖 Generated with Claude Code