Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v6.0.3v7.0.1
actions/checkout action major v5.0.1v7.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 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 25, 2026

Copy link
Copy Markdown

PR author is in the excluded authors list.

@changeset-bot

changeset-bot Bot commented Jun 25, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: ea8eafe

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 25, 2026

Copy link
Copy Markdown

🌊 WAVE BugBot — 10 finding(s)

🔴 8 · 🟠 2

  • 🔴 P0 .github/workflows/_checks.yml:23 CWE-89Unpinned action tag (@v1 vs commit SHA)
    Using a versioned tag like @v4 instead of a specific commit SHA can lead to security vulnerabilities if the package is updated in a way that introduces new risk
  • 🔴 P0 .github/workflows/lint.yml:16 CWE-89Unpinned action tag (@v1 vs commit SHA)
    Using a versioned tag like @v6 instead of a specific commit SHA can lead to security vulnerabilities if the package is updated in a way that introduces new risk
  • 🔴 P0 .github/workflows/public-repo-guard.yml:45 CWE-89Unpinned action tag (@v1 vs commit SHA)
    Using a versioned tag like @v5 instead of a specific commit SHA can lead to security vulnerabilities if the package is updated in a way that introduces new risk
  • 🔴 P0 .github/workflows/publish.yml:14 CWE-89Unpinned action tag (@v1 vs commit SHA)
    Using a versioned tag like @v4 instead of a specific commit SHA can lead to security vulnerabilities if the package is updated in a way that introduces new risk
  • 🔴 P0 .github/workflows/_checks.yml:23 CWE-264Unauthenticated access to actions/checkout action
    The 'actions/checkout' action is used without any authentication or authorization checks. This could allow unauthorized users to access the repository.
  • 🔴 P0 .github/workflows/lint.yml:16 CWE-264Unauthenticated access to actions/checkout action
    The 'actions/checkout' action is used without any authentication or authorization checks. This could allow unauthorized users to access the repository.
  • 🔴 P0 .github/workflows/public-repo-guard.yml:45 CWE-264Unauthenticated access to actions/checkout action
    The 'actions/checkout' action is used without any authentication or authorization checks. This could allow unauthorized users to access the repository.
  • 🔴 P0 .github/workflows/publish.yml:14 CWE-264Unauthenticated access to actions/checkout action
    The 'actions/checkout' action is used without any authentication or authorization checks. This could allow unauthorized users to access the repository.
  • 🟠 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.
  • 🟠 P1 .github/workflows/lint.yml:16 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 4 times, most recently from 5749af0 to 8f881d2 Compare July 2, 2026 15:25
@renovate
renovate Bot force-pushed the renovate/actions-checkout-7.x branch 4 times, most recently from 0f8d5f9 to 5544361 Compare July 25, 2026 04:12
@renovate
renovate Bot force-pushed the renovate/actions-checkout-7.x branch from 5544361 to ea8eafe 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 2 potential issues.

Open in Devin Review

timeout-minutes: 10
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- 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 pin now uniform across all workflows

The PR consolidates three previously divergent actions/checkout pins (v4.3.1, v5.0.1, v6.0.3) onto a single SHA labelled v7.0.1. A repo-wide grep confirms all eight uses: actions/checkout@... occurrences in .github/workflows/ now reference the same SHA, so the transformation is complete and consistent. Worth verifying externally that 3d3c42e5aac5ba805825da76410c181273ba90b1 really is the v7.0.1 tag commit, since a mismatched comment/SHA pair is invisible to CI.

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 ea8eafe to d4ea3df Compare August 4, 2026 04:03

@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

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.

🔍 v7 fork-PR checkout blocking does not affect these workflows

actions/checkout v7 blocks checking out fork PR heads for pull_request_target and workflow_run events. The workflows in this repo trigger on pull_request, push, workflow_dispatch and workflow_call only (see .github/workflows/public-repo-guard.yml:27-31, .github/workflows/lint.yml:2-5, .github/workflows/release.yml:19-21), so the new restriction should not break fork PR runs. Worth confirming no caller repo invokes _checks.yml from a pull_request_target/workflow_run workflow, since it is a reusable workflow consumed by other WAVE repos.

Open in Devin Review

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

@macroscopeapp

macroscopeapp Bot commented Aug 4, 2026

Copy link
Copy Markdown

Approvability

Verdict: Not approved

Macroscope's review found this PR not approvable — This PR only updates the pinned checkout action, but it does so across security scanning, reusable checks, and the npm publishing workflow, where a major action-version change can affect CI and release behavior. The v7.0.1 SHA provenance and compatibility with any external reusable-workflow callers remain unconfirmed, and all touched governance files belong to the core team.

Not approved because:

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

No code changes detected at b4a441b. 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 d4ea3df to 9449ff7 Compare August 4, 2026 22:18
@renovate
renovate Bot force-pushed the renovate/actions-checkout-7.x branch 13 times, most recently from b07ef5a to 7988915 Compare August 21, 2026 02:49
@renovate
renovate Bot force-pushed the renovate/actions-checkout-7.x branch from 08c2190 to 6e2eb30 Compare August 27, 2026 21:33
@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 6e2eb30 to 9615ee2 Compare August 27, 2026 21:49
@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 9615ee2 to 9c65504 Compare August 27, 2026 22:44
@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 9c65504 to 6233239 Compare August 28, 2026 17:08
@codeant-ai

codeant-ai Bot commented Aug 28, 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 6233239 to 7fa486f Compare August 28, 2026 17:13
@codeant-ai

codeant-ai Bot commented Aug 28, 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 7fa486f to 2d1cd48 Compare August 28, 2026 17:26
@codeant-ai

codeant-ai Bot commented Aug 28, 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 2d1cd48 to e3c86d6 Compare August 30, 2026 03:57
@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 e3c86d6 to add9bcf Compare August 30, 2026 04:15
@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 add9bcf to 8fe1530 Compare August 30, 2026 23:36
@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 8fe1530 to ff25a34 Compare September 1, 2026 14:37
@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 ff25a34 to 22123d2 Compare September 1, 2026 15:29
@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 22123d2 to 51682cd Compare September 3, 2026 03:34
@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 51682cd to 7d822f1 Compare September 3, 2026 18:10
@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 7d822f1 to b4a441b 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.

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