Skip to content

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

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

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

Conversation

@renovate

@renovaterenovateBot commented Jun 20, 2026

Copy link
Copy Markdown

This PR contains the following updates:

PackageTypeUpdateChange
actions/checkoutactionmajorv6.0.3v7.0.1
actions/checkoutactionmajorv5.0.1v7.0.1
actions/checkoutactionmajorv4.3.1v7.0.1

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


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

Copy link
Copy Markdown

PR author is in the excluded authors list.

@changeset-bot

changeset-botBot commented Jun 20, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: eb88e93

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

Copy link
Copy Markdown

🌊 WAVE BugBot — 7 finding(s)

🔴 6 · 🟠 1

  • 🔴 P0.github/workflows/_checks.yml:23CWE-862Unpinned action tag (@v1 vs commit SHA)
    Using a versioned tag (@v1) instead of a specific commit SHA for the actions/checkout action can lead to security vulnerabilities if the action is updated in a
  • 🔴 P0.github/workflows/public-repo-guard.yml:45CWE-862Unpinned action tag (@v1 vs commit SHA)
    Using a versioned tag (@v1) instead of a specific commit SHA for the actions/checkout action can lead to security vulnerabilities if the action is updated in a
  • 🔴 P0.github/workflows/python-lint.yml:23CWE-862Unpinned action tag (@v1 vs commit SHA)
    Using a versioned tag (@v1) instead of a specific commit SHA for the actions/checkout action can lead to security vulnerabilities if the action is updated in a
  • 🔴 P0.github/workflows/_checks.yml:23CWE-89Unpinned action tag (@v1 vs commit SHA)
    Using a specific version of an action (e.g., @v7.0.0) instead of a commit SHA can lead to unexpected behavior if the action is updated in the future.
  • 🔴 P0.github/workflows/public-repo-guard.yml:45CWE-89Unpinned action tag (@v1 vs commit SHA)
    Using a specific version of an action (e.g., @v7.0.0) instead of a commit SHA can lead to unexpected behavior if the action is updated in the future.
  • 🔴 P0.github/workflows/python-lint.yml:23CWE-89Unpinned action tag (@v1 vs commit SHA)
    Using a specific version of an action (e.g., @v7.0.0) instead of a commit SHA can lead to unexpected behavior if the action is updated in the future.
  • 🟠 P1.github/workflows/_checks.yml:23CWE-426Unpinned search_path in SECURITY DEFINER function
    The search_path is not pinned, which could allow an attacker to shadow your functions or objects.

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

@renovate
renovateBotforce-pushed the renovate/actions-checkout-7.x branch 2 times, most recently from 591ee58 to eb88e93CompareJuly 22, 2026 05:10
@renovate
renovateBotforce-pushed the renovate/actions-checkout-7.x branch from eb88e93 to 28390c8CompareAugust 14, 2026 17:23

@devin-ai-integrationdevin-ai-integrationBot 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

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 step here still lacks persist-credentials: false unlike all others

Every other checkout in the repo (.github/workflows/_checks.yml:23, :54, :114 and .github/workflows/python-lint.yml:23-25) sets with: persist-credentials: false, but this guard job leaves the default. Note actions/checkout v7 still persists credentials by default, so the inconsistency remains after the bump; worth aligning while touching the line.

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 step in the public-repo-guard workflow leaves credentials on disk

The checkout step in .github/workflows/public-repo-guard.yml:45 is the only one in the repo without persist-credentials: false (compare .github/workflows/_checks.yml:24-25 and .github/workflows/python-lint.yml:24-25). The workflow subsequently downloads and executes a third-party binary (gitleaks) and runs a repo-vendored shell script over PR-controlled content, all while the GITHUB_TOKEN remains written into .git/config, making token theft possible if any of that step's inputs are compromised.

Open in Devin Review

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

@macroscopeapp

macroscopeappBot commented Aug 14, 2026

Copy link
Copy Markdown

Approvability

Verdict: Needs human review

Mechanical dependency update of actions/checkout to v7 across CI workflows. However, all changed files are owned by wave-av/core-team, not the author (Renovate bot), so designated owners should review.

No code changes detected at 8351e4b. Prior analysis still applies.

You can customize Macroscope's approvability policy. Learn more.

@renovate
renovateBotforce-pushed the renovate/actions-checkout-7.x branch from 28390c8 to 8351e4bCompareAugust 27, 2026 00:44
@codeant-ai

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 freeto 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