chore(deps): update actions/checkout action to v4.4.0 - #35
Conversation
|
8f500b3 to
6e9630d
Compare
6e9630d to
b1a8c2a
Compare
|
PR author is in the excluded authors list. |
| timeout-minutes: 10 | ||
| steps: | ||
| - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 | ||
| - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 |
There was a problem hiding this comment.
🔍 Checkout pin bump is consistent within this workflow but diverges from the other workflow
All three jobs in .github/workflows/_checks.yml were updated consistently to the same commit SHA, so no partial migration inside this file. Note that .github/workflows/public-repo-guard.yml:45 still pins actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1, i.e. the repo now uses two different major versions of the action. Worth confirming whether the intent was to standardize on v5 rather than bumping the v4 line.
Was this helpful? React with 👍 or 👎 to provide feedback.
| timeout-minutes: 5 | ||
| steps: | ||
| - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 | ||
| - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 |
There was a problem hiding this comment.
🔍 SHA/tag comment pairing cannot be verified offline
The pinned SHA 11d5960a326750d5838078e36cf38b85af677262 is annotated as v4.4.0. Since pinned-by-SHA actions rely on the comment being accurate for future audits, it is worth confirming the SHA actually corresponds to the tag in the upstream actions/checkout repo (e.g. via git ls-remote --tags), as this cannot be validated from within this repository.
Was this helpful? React with 👍 or 👎 to provide feedback.
ApprovabilityVerdict: Approved b1a8c2a Minor version bump of actions/checkout (v4.3.1 → v4.4.0) in CI workflow - a mechanical dependency update that doesn't affect runtime behavior. Review comments are informational observations about version consistency across workflows, not blocking issues. No code changes detected at You can customize Macroscope's approvability policy. Learn more. |
b1a8c2a to
3b1db40
Compare
3b1db40 to
ab4aa3d
Compare


This PR contains the following updates:
v4.3.1→v4.4.0Release Notes
actions/checkout (actions/checkout)
v4.4.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
Note
Update
actions/checkoutto v4.4.0 in CI workflowsUpdates the
actions/checkoutstep from v4.3.1 to v4.4.0 across all three jobs in _checks.yml:checks,skill-validate, andverify-routes.Macroscope summarized ab4aa3d.