Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented Jun 24, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Type Update Change
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


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 becomes conflicted, 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 24, 2026

Copy link
Copy Markdown

PR author is in the excluded authors list.

@changeset-bot

changeset-bot Bot commented Jun 24, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: deb89c9

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

@wave-bugbot

wave-bugbot Bot commented Jun 24, 2026

Copy link
Copy Markdown

🌊 WAVE BugBot — 6 finding(s)

🔴 4 · 🟠 2

  • 🔴 P0 .github/workflows/_checks.yml:23 CWE-89Unpinned action tag (@v1)
    The action tag uses @v1, which is an overbroad version specifier. This can lead to running a different version of the action than intended.
  • 🔴 P0 .github/workflows/lint.yml:16 CWE-89Unpinned action tag (@v1)
    The action tag uses @v1, which is an overbroad version specifier. This can lead to running a different version of the action than intended.
  • 🔴 P0 .github/workflows/public-repo-guard.yml:45 CWE-89Unpinned action tag (@v1)
    The action tag uses @v1, which is an overbroad version specifier. This can lead to running a different version of the action than intended.
  • 🔴 P0 .github/workflows/publish.yml:14 CWE-89Unpinned action tag (@v4)
    The action tag uses @v4, which is an overbroad version specifier. This can lead to running a different version of the action than intended.
  • 🟠 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 with malicious ones.
  • 🟠 P1 .github/workflows/public-repo-guard.yml:45 CWE-426Unpinned search_path in SECURITY DEFINER function
    The search_path is not pinned, which could allow an attacker to shadow your functions with malicious ones.

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 4 times, most recently from d874347 to 81adfca Compare July 25, 2026 03:53
@renovate
renovate Bot force-pushed the renovate/actions-checkout-7.x branch 2 times, most recently from 7bcd388 to f84d34d Compare August 1, 2026 23:14

@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 3 potential issues.

Open in Devin Review

Comment thread .github/workflows/lint.yml
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.

🔍 _checks.yml is described as a shared/inherited workflow

The header comment says this reusable workflow is the single source of truth mirrored across WAVE repos ("update here, every repo inherits it (no copying = no drift)"). Bumping the pin only in this repo's vendored copy re-introduces drift with wave-av/wave-foundation/.github/workflows/checks.yml; consider updating upstream too.

Open in Devin Review

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

Comment thread .github/workflows/public-repo-guard.yml
@renovate
renovate Bot force-pushed the renovate/actions-checkout-7.x branch from f84d34d to 1142011 Compare August 2, 2026 00:36
devin-ai-integration[bot]

This comment was marked as resolved.

@renovate
renovate Bot force-pushed the renovate/actions-checkout-7.x branch from 1142011 to deb89c9 Compare August 2, 2026 02:26
@renovate
renovate Bot force-pushed the renovate/actions-checkout-7.x branch from deb89c9 to 6969c18 Compare August 13, 2026 01:27
@macroscopeapp

macroscopeapp Bot commented Aug 13, 2026

Copy link
Copy Markdown

Approvability

Verdict: Not approved

Macroscope's review found this PR not approvable — This PR repins actions/checkout across six core-team-owned CI, governance, and release workflows, with no application-code changes. Because it is a major action upgrade affecting release automation and shared workflow consistency, the pinned SHA and upstream synchronization should be verified by the workflow owners.

Not approved because:

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

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 6969c18 to 0b4e506 Compare August 14, 2026 17:21

@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 1 new potential issue.

Open in Devin Review

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 the public-repo-guard job leaves the job's GitHub token persisted in the repo clone

The security gate's checkout step (.github/workflows/public-repo-guard.yml:45) omits with: persist-credentials: false, unlike every other checkout in the repo (.github/workflows/lint.yml:17-18, .github/workflows/release.yml:47-48). The credential is written into .git/config, so any script executed later in the job — including the vendored scripts/public-repo-guard/content-policy.sh, which runs on PR-controlled contents — can read and use the token.

Open in Devin Review

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

@renovate
renovate Bot force-pushed the renovate/actions-checkout-7.x branch from 0b4e506 to 44cea7d Compare August 26, 2026 22:24
@codeant-ai

codeant-ai Bot commented Aug 26, 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 44cea7d to 728a692 Compare September 3, 2026 13:14
@codeant-ai

codeant-ai Bot commented Sep 3, 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 728a692 to 716483b Compare September 3, 2026 18:16
@codeant-ai

codeant-ai Bot commented Sep 3, 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 716483b to b6c3ecd Compare September 3, 2026 21:33
@codeant-ai

codeant-ai Bot commented Sep 3, 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.

@codeant-ai

codeant-ai Bot commented Sep 4, 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 cf0d5cd to 9b16565 Compare September 6, 2026 19:38
@codeant-ai

codeant-ai Bot commented Sep 6, 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.

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.

1 participant