chore(deps): bump actions/checkout from 5.0.0 to 7.0.1 - #233
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump actions/checkout from 5.0.0 to 7.0.1#233dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
dependabot
Bot
force-pushed
the
dependabot/github_actions/actions/checkout-7.0.1
branch
from
July 30, 2026 20:31
9e15bd5 to
8c478d7
Compare
dependabot
Bot
force-pushed
the
dependabot/github_actions/actions/checkout-7.0.1
branch
from
July 30, 2026 20:49
8c478d7 to
1df4afb
Compare
dependabot
Bot
force-pushed
the
dependabot/github_actions/actions/checkout-7.0.1
branch
from
August 14, 2026 17:10
1df4afb to
77a0912
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 77a0912. Configure here.
| steps: | ||
| - name: Checkout | ||
| uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 | ||
| uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 |
There was a problem hiding this comment.
Fork PR checkout blocked after bump
High Severity
Bumping actions/checkout to v7.0.1 blocks checking out fork PR code on pull_request_target unless allow-unsafe-pr-checkout is set. This workflow still checks out the fork head SHA after the safe-to-test label, so go-test and e2e-tests will fail at checkout instead of running.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 77a0912. Configure here.
dependabot
Bot
force-pushed
the
dependabot/github_actions/actions/checkout-7.0.1
branch
from
August 14, 2026 17:40
77a0912 to
30a603f
Compare
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 7.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@08c6903...3d3c42e) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/github_actions/actions/checkout-7.0.1
branch
from
August 14, 2026 17:49
30a603f to
883fb65
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Bumps actions/checkout from 5.0.0 to 7.0.1.
Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
3d3c42eprep v7.0.1 release (#2531)2880268escape values passed to --unset (#2530)12cd223trim only ascii whitespace for branch (#2521)62661c4skip running unsafe pr check if input is default (#2518)e8d4307Bump the minor-actions-dependencies group with 2 updates (#2499)631c942eslint 9 (#2474)4f1f4aeBump actions/upload-artifact from 4 to 7 (#2476)ba09753Bump actions/checkout from 6 to 7 (#2488)b9e0990Bump docker/login-action from 3.3.0 to 4.2.0 (#2479)e8cb398Bump docker/build-push-action from 6.5.0 to 7.2.0 (#2478)Note
Overview
Pins
actions/checkoutto commit3d3c42e(v7.0.1) everywhere it was on08c6903(v5.0.0), acrossmain.yml,publish-image.yml, andtest-fork-pr.yml.No workflow logic, inputs, or permissions change—only the checkout action version. Existing options like
persist-credentials: falseon fork-sensitive jobs stay the same.Note for reviewers: v7 tightens defaults around unsafe fork checkouts on
pull_request_target/workflow_run. This repo’s fork e2e job still checks out the fork head SHA underpull_request_target; confirm that still behaves as intended after the bump (no newallow-unsafe-pr-checkoutinput was added in this diff).Reviewed by Cursor Bugbot for commit 883fb65. Bugbot is set up for automated code reviews on this repo. Configure here.