chore(ci): bump pinned actions to current majors - #154
Conversation
Move every SHA-pinned action to the current release of its newest major, keeping the full-commit pin + version comment convention: - actions/checkout v6.1.0 -> v7.0.1 - actions/setup-node v6.5.0 -> v7.0.0 - actions/dependency-review-action v4.9.0 -> v5.0.0 - github/codeql-action v3 -> v4.38.0 - softprops/action-gh-release v3.0.2 -> v3.0.3 The majors are runtime moves to node24 (min runner v2.327.1, which the hosted ubuntu/windows runners already exceed); none changes an input we use (`node-version-file`, `languages`, `files`). SHAs were resolved from the GitHub API tag objects and cross-checked against renovate's proposal in #129 for the two it covered. zizmor output is byte-identical before and after (33 findings, all pre-existing). Supersedes #129, #144, #138, #139. Co-Authored-By: Claude Fable 5.1 <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: Team Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
|
This was written agentically; verify its assertions: Adversarial review receipt
🤖 Co-authored by Claude Fable 5.1. |
|
This was written agentically; verify its assertions: Review ledgerMachine-readable record of every review already performed on this PR. {
"version": 1,
"pr": 154,
"repo": "wrzonance/DMXr",
"reviews": [
{
"kind": "adversarial",
"provider": "codex",
"model": "gpt-5.6-sol",
"effort": "xhigh",
"mode": "cross-provider",
"harness": "claude",
"head_sha": "021d0223db8135f086255e25c688b1687ad1208d",
"covered_heads": [
"021d0223db8135f086255e25c688b1687ad1208d",
"0a2838ba342ad331ef14491be459411e771903b8"
],
"counts": {
"p1": 0,
"p2": 0
},
"reviewed_at": "2026-09-15T17:26:27Z",
"coverage": [
{
"sha": "0a2838ba342ad331ef14491be459411e771903b8",
"reason": "merge-down:364d4be628dcbfc26b42e172f9fe3e86e32179e2",
"covered_at": "2026-09-15T17:30:29Z"
}
]
}
]
}🤖 Co-authored by Claude Fable 5.1. |
This was written agentically; verify its assertions:
Why
Renovate (#129, #144) and dependabot (#138, #139) all proposed the same GitHub Actions bumps, but every one of those branches is based on pins that #143 already replaced, so they conflict with
mainand cannot rebase without a bot cycle. One fresh PR lands the same pins.What
All remain full-commit SHA pins with a version comment. The majors are node24 runtime moves with no input changes for the inputs this repo uses. SHAs come from the GitHub API tag objects and match renovate's proposal in #129 for checkout and setup-node.
Supersedes #129, #144, #138 and #139, which are closed as outdated.
Testing
zizmorfindings byte-identical before/after (all pre-existing)🤖 Co-authored by Claude Fable 5.1.
🤖 Generated with Claude Code