ci: bump dependency-changesets-action to v1.2.4#78
Merged
Conversation
ApprovabilityVerdict: Approved This PR bumps a GitHub Actions dependency version in a CI workflow file, with the action remaining pinned to a commit SHA for security. The change doesn't affect production behavior and is a routine maintenance update. You can customize Macroscope's approvability policy. Learn more. |
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.
Problem
The Renovate Changeset workflow has been failing on every Renovate PR (e.g. run on #77):
The previous pin
5d4104fd(labeled# v1.0.5) actually resolved to a 2023 commit where the action still required the olduse-semantic-commitsinput. The tag-deref that produced that SHA in #66 was wrong — that commit predates theuse-semantic-commits→use-conventional-commitsrename, so passinguse-conventional-commitsdidn't satisfy the required-input check.Fix
Bump to
v1.2.4(latest), pinned to its real commit SHAf96232368519695969bea8a8cfff7cca32b1e56a(verified by dereferencing the annotated tag → commit dated 2026-03-28).At v1.2.4:
use-conventional-commitsis the real input;use-semantic-commitsisrequired: false(no error)using: node24— also clears the Node 20 deprecation warning the run flaggedSHA-pin (not floating tag) is retained for the supply-chain reason from #66.
🤖 Generated with Claude Code
Need help on this PR? Tag
/codesmithwith what you need. Autofix is disabled.Note
Bump
dependency-changesets-actionto v1.2.4 in renovate-changeset workflowUpdates the pinned commit for
mscharley/dependency-changesets-actionin renovate-changeset.yml from v1.0.5 (5d4104f) to v1.2.4 (f962323).Macroscope summarized d57210b.