Skip to content

chore(deps): update actions/checkout action to v7 - #14

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/actions-checkout-7.x
Open

chore(deps): update actions/checkout action to v7#14
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/actions-checkout-7.x

Conversation

@renovate

@renovate renovate Bot commented Jun 19, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v5.0.1v7.0.1
actions/checkout action major v6.0.3v7.0.1
actions/checkout action major v4.3.1v7.0.1

Release Notes

actions/checkout (actions/checkout)

v7.0.1

Compare Source

v7.0.0

Compare Source

v6.1.0

Compare Source

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v5.1.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@greptile-apps

greptile-apps Bot commented Jun 19, 2026

Copy link
Copy Markdown

PR author is in the excluded authors list.

@changeset-bot

changeset-bot Bot commented Jun 19, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: d68d869

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate
renovate Bot force-pushed the renovate/actions-checkout-7.x branch from 18addbe to f68bbd2 Compare June 19, 2026 20:56
@wave-bugbot

wave-bugbot Bot commented Jun 20, 2026

Copy link
Copy Markdown

🌊 WAVE BugBot — 4 finding(s)

🔴 3 · 🟠 1

  • 🔴 P0 .github/workflows/_checks.yml:23 CWE-862Unpinned action tag (@v1 vs commit SHA)
    Using a fixed version of an action (e.g., @v4.3.1) instead of a specific commit SHA can lead to vulnerabilities if the action is updated in a way that introduce
  • 🔴 P0 .github/workflows/governance-enforce.yml:23 CWE-862Unpinned action tag (@v1 vs commit SHA)
    Using a fixed version of an action (e.g., @v4) instead of a specific commit SHA can lead to vulnerabilities if the action is updated in a way that introduces se
  • 🔴 P0 .github/workflows/public-repo-guard.yml:45 CWE-862Unpinned action tag (@v1 vs commit SHA)
    Using a fixed version of an action (e.g., @93cb6efe18208431cddfb8368fd83d5badbf9bfd) instead of a specific commit SHA can lead to vulnerabilities if the action
  • 🟠 P1 .github/workflows/_checks.yml:23 CWE-426Unpinned search_path in SECURITY DEFINER function
    The search_path is not pinned, which could allow an attacker to shadow your functions by creating objects in earlier schemas.

severity: critical · major · minor · info — local review · $0 inference · wave-dispatch · react 👍/👎 to tune

@renovate
renovate Bot force-pushed the renovate/actions-checkout-7.x branch 5 times, most recently from f450b17 to cad4909 Compare June 28, 2026 04:18
cursor[bot]
cursor Bot previously approved these changes Jun 28, 2026

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Risk: low. Cursor Bugbot was not present on this PR; approving a narrow, SHA-pinned actions/checkout v7 bump across CI workflows only. No reviewers assigned.

Open in Web View Automation 

Sent by Cursor Approval Agent: Pull Request Router and Approver

@renovate
renovate Bot force-pushed the renovate/actions-checkout-7.x branch 2 times, most recently from 33b8f09 to 1480d7d Compare July 7, 2026 03:16
@renovate
renovate Bot force-pushed the renovate/actions-checkout-7.x branch from 1480d7d to d68d869 Compare July 22, 2026 03:54
@renovate
renovate Bot force-pushed the renovate/actions-checkout-7.x branch from d68d869 to 2f96842 Compare August 14, 2026 16:34

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 2 potential issues.

Open in Devin Review

timeout-minutes: 10
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Open in Devin Review

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

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

macroscopeapp[bot]
macroscopeapp Bot previously approved these changes Aug 14, 2026
@macroscopeapp

macroscopeapp Bot commented Aug 14, 2026

Copy link
Copy Markdown

Approvability

Verdict: 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:

  • Credit balance exhausted. Approvability relies on correctness review in order to determine eligibility

No code changes detected at c781ced. Prior analysis still applies.

Review your spending limits in Billing settings. You can add or adjust custom eligibility rules. Learn more.

@renovate
renovate Bot force-pushed the renovate/actions-checkout-7.x branch from 2f96842 to 92ae05b Compare August 24, 2026 03:24
@codeant-ai

codeant-ai Bot commented Aug 24, 2026

Copy link
Copy Markdown

Skipping PR review because a bot author is detected.

If you want to trigger CodeAnt AI, comment @codeant-ai review to trigger a manual review.

@renovate
renovate Bot force-pushed the renovate/actions-checkout-7.x branch 2 times, most recently from 0e4ecf4 to 9b8cbac Compare August 27, 2026 00:42
@codeant-ai

codeant-ai Bot commented Aug 27, 2026

Copy link
Copy Markdown

Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI.

@renovate
renovate Bot force-pushed the renovate/actions-checkout-7.x branch from 9b8cbac to 1f4b752 Compare August 27, 2026 00:51
@codeant-ai

codeant-ai Bot commented Aug 27, 2026

Copy link
Copy Markdown

Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI.

@renovate
renovate Bot force-pushed the renovate/actions-checkout-7.x branch from 1f4b752 to c530300 Compare August 30, 2026 01:39
@codeant-ai

codeant-ai Bot commented Aug 30, 2026

Copy link
Copy Markdown

Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI.

@renovate
renovate Bot force-pushed the renovate/actions-checkout-7.x branch from c530300 to e3212d8 Compare August 30, 2026 03:52
@codeant-ai

codeant-ai Bot commented Aug 30, 2026

Copy link
Copy Markdown

Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI.

@renovate
renovate Bot force-pushed the renovate/actions-checkout-7.x branch from e3212d8 to 200ffda Compare August 30, 2026 23:46
@codeant-ai

codeant-ai Bot commented Aug 30, 2026

Copy link
Copy Markdown

Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI.

@renovate
renovate Bot force-pushed the renovate/actions-checkout-7.x branch from 200ffda to 2cf7ee8 Compare August 31, 2026 02:43
@codeant-ai

codeant-ai Bot commented Aug 31, 2026

Copy link
Copy Markdown

Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI.

@renovate
renovate Bot force-pushed the renovate/actions-checkout-7.x branch from 2cf7ee8 to 1741d07 Compare September 1, 2026 00:10
@codeant-ai

codeant-ai Bot commented Sep 1, 2026

Copy link
Copy Markdown

Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI.

@macroscopeapp
macroscopeapp Bot dismissed their stale review September 1, 2026 14:37

Dismissing prior approval to re-evaluate 0665f65

@renovate
renovate Bot force-pushed the renovate/actions-checkout-7.x branch from 1741d07 to 0665f65 Compare September 1, 2026 14:38
@codeant-ai

codeant-ai Bot commented Sep 1, 2026

Copy link
Copy Markdown

Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI.

@renovate
renovate Bot force-pushed the renovate/actions-checkout-7.x branch from 0665f65 to 09ad02c Compare September 5, 2026 22:12
@codeant-ai

codeant-ai Bot commented Sep 5, 2026

Copy link
Copy Markdown

Your free trial PR review limit of 300 PRs has been reached. Please upgrade your plan to continue using CodeAnt AI.

@renovate
renovate Bot force-pushed the renovate/actions-checkout-7.x branch from 09ad02c to c781ced Compare September 6, 2026 02:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants