chore(deps): update actions/checkout action to v4.4.0 - #33
Conversation
|
813f069 to
f03cfb2
Compare
f03cfb2 to
c4193fe
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.
🔍 Repo pins several different major versions of actions/checkout
All three pins inside .github/workflows/_checks.yml were updated consistently to the same SHA, so this file is internally coherent. However, the repo overall now uses three different major versions of the same action: v4.4.0 here, v6.0.3 in .github/workflows/go-lint.yml:16 and .github/workflows/governance-enforce.yml:27, and v5.0.1 in .github/workflows/public-repo-guard.yml:45. This pre-dates the PR (Renovate appears to have separate update streams), but it's worth checking why _checks.yml is held on the v4 line rather than being brought forward with the rest.
Was this helpful? React with 👍 or 👎 to provide feedback.
ApprovabilityVerdict: Needs human review Unable to check for correctness in c4193fe. This is a minor version bump of actions/checkout (v4.3.1 → v4.4.0) in CI configuration. However, the changed file is owned by wave-av/streaming-team per CODEOWNERS, and the designated owners should review changes to their workflow files. No code changes detected at You can customize Macroscope's approvability policy. Learn more. |
c4193fe to
ec047f9
Compare
There was a problem hiding this comment.
🔍 File-size gate globs do not cover this repo's Go sources
Pre-existing, but relevant while this file is being touched: the file-size gate enumerates only '*.ts' '*.tsx' '*.js' '*.py', yet wave-certify is a Go module (go.mod, cmd/). As written the gate iterates over zero files and always passes here, so the ~200-500 line guidance in AGENTS.md is unenforced for this repo. Since this workflow is a mirrored copy of the shared foundation gate, the fix likely belongs upstream, but it's worth noting the gate is effectively a no-op in wave-certify.
(Refers to line 44)
Was this helpful? React with 👍 or 👎 to provide feedback.


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 ec047f9.