chore(deps): update actions/checkout action to v7 - #14
Conversation
|
PR author is in the excluded authors list. |
|
18addbe to
f68bbd2
Compare
🌊 WAVE BugBot — 4 finding(s)🔴 3 · 🟠 1
severity: critical · major · minor · info — local review · $0 inference · wave-dispatch · react 👍/👎 to tune |
f450b17 to
cad4909
Compare
33b8f09 to
1480d7d
Compare
1480d7d to
d68d869
Compare
d68d869 to
2f96842
Compare
| timeout-minutes: 10 | ||
| steps: | ||
| - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 | ||
| - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
There was a problem hiding this comment.
🔍 Vendored reusable workflow now drifts from its upstream source of truth
_checks.yml documents itself as the executable half of wave-foundation and says the skill gate "mirrors wave-foundation/scripts/validate-skills.py; keep the two in sync" (.github/workflows/_checks.yml:3-6, .github/workflows/_checks.yml:48-50). Bumping the checkout pin only here means this copy no longer matches the upstream shared workflow. Worth confirming the same bump lands in wave-foundation (or that this file is intentionally a local fork) so future syncs don't silently revert the pin.
Was this helpful? React with 👍 or 👎 to provide feedback.
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 | ||
| - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 |
There was a problem hiding this comment.
🟨 Checkout in public-repo-guard leaves git credentials on disk (missing persist-credentials: false)
The updated checkout step in .github/workflows/public-repo-guard.yml:45 is the only checkout in the repo without with: persist-credentials: false; every other checkout (e.g. .github/workflows/_checks.yml:24-25, .github/workflows/governance-enforce.yml:28-30) sets it. Without it, the GITHUB_TOKEN is written into .git/config, so any subsequent step in the job (gitleaks download/extract, apt install, the vendored scripts/public-repo-guard/content-policy.sh) can read and reuse the token.
Was this helpful? React with 👍 or 👎 to provide feedback.
ApprovabilityVerdict: Not approved Macroscope's review found this PR not approvable — This is a CI-only checkout action upgrade with no customer request-path changes, but it modifies security and governance workflows owned by another team. The public repository guard leaves the checkout token available to subsequent scanning steps, and that unresolved security concern requires human review. Not approved because:
No code changes detected at Review your spending limits in Billing settings. You can add or adjust custom eligibility rules. Learn more. |
2f96842 to
92ae05b
Compare
|
Skipping PR review because a bot author is detected. If you want to trigger CodeAnt AI, comment |
0e4ecf4 to
9b8cbac
Compare
|
Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI. |
9b8cbac to
1f4b752
Compare
|
Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI. |
1f4b752 to
c530300
Compare
|
Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI. |
c530300 to
e3212d8
Compare
|
Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI. |
e3212d8 to
200ffda
Compare
|
Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI. |
200ffda to
2cf7ee8
Compare
|
Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI. |
2cf7ee8 to
1741d07
Compare
|
Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI. |
Dismissing prior approval to re-evaluate 0665f65
1741d07 to
0665f65
Compare
|
Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI. |
0665f65 to
09ad02c
Compare
|
Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI. |
09ad02c to
c781ced
Compare


This PR contains the following updates:
v5.0.1→v7.0.1v6.0.3→v7.0.1v4.3.1→v7.0.1Release Notes
actions/checkout (actions/checkout)
v7.0.1Compare Source
v7.0.0Compare Source
v6.1.0Compare Source
v6.0.3Compare Source
v6.0.2Compare Source
v6.0.1Compare Source
v6.0.0Compare Source
v5.1.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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.