chore(ci): bump pinned actions to latest within their major - #143
Merged
Conversation
Replaces #123 (Renovate) and #137 (Dependabot), both of which #127 put into conflict by editing the same workflow files. actions/checkout v6.0.2 -> v6.1.0 actions/setup-node v6.4.0 -> v6.5.0 softprops/action-gh-release v3.0.0 -> v3.0.2 Each SHA was resolved from the upstream tag through the GitHub API rather than copied from a bot PR body, and each target is the newest release inside the major currently pinned. Pins stay full 40-character commit SHAs with the version in a trailing comment, per the repo's supply-chain convention. Majors are deliberately excluded and left for individual review: checkout v7, setup-node v7, github/codeql-action v4, and dependency-review-action v5. The last of those matters most -- its fail-on-severity behavior may differ across majors, which is why #125 pinned v4.9.0 rather than taking v5. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
This was referenced Aug 2, 2026
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.
This was written agentically; verify its assertions and edit accordingly:
Why
#127 edited the workflow files and put both routine action-bump PRs into conflict — #123 (Renovate) and #137 (Dependabot). This lands the same bumps directly.
What
actions/checkoutactions/setup-nodesoftprops/action-gh-releaseEvery SHA was resolved from the upstream tag via the GitHub API, not copied out of a bot PR body, and each target is the newest release inside the major currently pinned. Pins remain full 40-character commit SHAs with the version in a trailing comment, per the repo's supply-chain convention.
Majors deliberately excluded
Left for individual review, not swept in here:
actions/checkoutv7actions/setup-nodev7github/codeql-actionv4actions/dependency-review-actionv5 — the one that matters most. Itsfail-on-severitybehavior may differ across majors, which is exactly why chore(ci): run Dependabot alongside Renovate, repin dependency-review-action #125 pinned v4.9.0 rather than taking v5.actions/upload-artifact(v7.0.1) andpeter-evans/create-issue-from-file(v6.0.0) are already at their latest and unchanged.Testing
checkoutandsetup-nodeare exercised by every job in this PR's own run, which is the real testSupersedes
#123 and #137.
🤖 Co-authored by Claude Opus 5 (1M context).