Skip to content

chore(deps): update actions/checkout action to v5.1.0 - #30

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

chore(deps): update actions/checkout action to v5.1.0#30
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/actions-checkout-5.x

Conversation

@renovate

@renovate renovate Bot commented Jul 22, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Type Update Change
actions/checkout action minor v5.0.1v5.1.0

Release Notes

actions/checkout (actions/checkout)

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 this update again.


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

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

@changeset-bot

changeset-bot Bot commented Jul 22, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 2ea71be

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-5.x branch from 2ea71be to aeed03c Compare August 14, 2026 16:34
@greptile-apps

greptile-apps Bot commented Aug 14, 2026

Copy link
Copy Markdown

PR author is in the excluded authors list.

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

Open in Devin Review

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🔍 Action SHA pin needs manual verification against the v5.1.0 tag

The only change is bumping the pinned commit SHA for actions/checkout from the v5.0.1 pin to fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 labeled v5.1.0. Since this workflow is the repo's security gate, and the pin is the trust anchor (the comment in the file emphasizes that the gate must be deterministic and non-reprogrammable), a reviewer should verify the SHA actually corresponds to the v5.1.0 tag in actions/checkout rather than relying on the bot-generated comment. Nothing else in the diff affects behavior: the gitleaks version/checksum, scan scope (--no-git --source .), and content-policy invocation are unchanged.

Open in Devin Review

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

@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 one-line update to the pinned checkout action used by the repository's public-repo security gate, with no application-runtime changes. Because the pin is the gate's trust anchor and the new SHA still requires verification against v5.1.0, review by the owning team remains appropriate.

Not approved because:

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

No code changes detected at 3b6fff6. 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-5.x branch from aeed03c to c3824f8 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.

yakimoto pushed a commit that referenced this pull request Aug 24, 2026
…mber space

Review found a SECOND concurrency collision, on a different axis from the one
this template already documents (wave-pen#386).

`issue_comment` fires for ISSUES as well as PRs, and GitHub draws both from ONE
number sequence. So a comment on Issue #30 and a `/review` on PR #30 entered the
same concurrency group. Concurrency is evaluated at WORKFLOW level, BEFORE the
job-level `if:` runs — so the Issue comment cancelled the PR review already in
flight, and was then skipped itself, having done nothing.

That is the identical shape as the #386 defect the block above exists to fix,
one axis over: a run that will not review taking the lane from the run that
would have. #386 separated the two EVENTS; it did not separate the two number
spaces inside one event.

    pull_request        PR 433   -> pr-agent-pull_request-pr-433
    issue_comment on PR  30      -> pr-agent-issue_comment-pr-30
    issue_comment on ISSUE 30    -> pr-agent-issue_comment-issue-30

The last two used to be one group. actionlint and zizmor clean.

Upstream: wave-av/wave-foundation-public#73. Refs wave-pen#418, wave-pen#417.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@renovate
renovate Bot force-pushed the renovate/actions-checkout-5.x branch 2 times, most recently from 17e0063 to 7878eb1 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-5.x branch from 7878eb1 to 399fea5 Compare August 27, 2026 00:50
@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-5.x branch from 399fea5 to 2c2f91f Compare August 30, 2026 01:41
@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-5.x branch from 2c2f91f to cebd0af Compare August 30, 2026 03:27
@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-5.x branch from cebd0af to cc49bc6 Compare August 30, 2026 23:43
@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-5.x branch from cc49bc6 to a1baf9a 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-5.x branch from a1baf9a to 5fcc7f8 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-5.x branch from 5fcc7f8 to 3b6fff6 Compare September 6, 2026 02:29
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