Bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group#1679
Bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group#1679dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
LGTM, mechanical Dependabot patch bump of actions/checkout v6.0.2 → v6.0.3 across workflow files.
Extended reasoning...
Overview
This PR is a Dependabot patch-version bump of actions/checkout from v6.0.2 to v6.0.3 across 12 GitHub Actions workflow files. Each change is mechanical: the SHA-pinned reference (de0fac2e... → df4cb1c0...) and version comment are updated, with one file (claude.yml) using the unpinned @v6.0.3 tag form. No workflow logic, inputs, or surrounding YAML changes.
Security risks
Minimal. The new SHA df4cb1c069e1874edd31b4311f1884172cec0e10 matches the v6.0.3 release commit referenced in Dependabot's notes. The upstream release notes describe only SHA-256 repo init fixes and a merge-commit SHA regex expansion — none of these alter the action's surface area in a way that affects this repo's workflows. The one unpinned reference in claude.yml (@v6.0.3) was already unpinned in the prior version, so this PR doesn't regress the pinning posture.
Level of scrutiny
Low. CI-only change, patch-level bump, no logic touched. Dependabot patch bumps for a well-known first-party GitHub action are routine and safe to auto-approve.
Other factors
No prior reviewer comments to address. No bugs flagged by the bug hunting system. The version bump is consistent across all 12 files.
Bumps the github-actions group with 1 update: actions/checkout.
Updates
actions/checkoutfrom 6.0.2 to 6.0.3Release notes
Sourced from actions/checkout's releases.
Commits
df4cb1cUpdate changelog for v6.0.3 (#2446)1cce339Fix checkout init for SHA-256 repositories (#2439)900f221fix: expand merge commit SHA regex and add SHA-256 test cases (#2414)0c366fdUpdate changelog (#2357)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsNote
Low Risk
Routine third-party action patch in CI only; no benchmark, auth, or application code changes.
Overview
Bumps
actions/checkoutfrom 6.0.2 to 6.0.3 across GitHub Actions workflows (benchmark templates, e2e/sweep/profile jobs, Claude automation, collect-* templates, and matrix/process-result tests).Most steps now pin commit
df4cb1c069e1874edd31b4311f1884172cec0e10with a# v6.0.3comment;claude.ymluses the@v6.0.3tag instead of the previous tag. Checkoutwith:options (tokens,fetch-depth, submodules, refs) are unchanged.Upstream v6.0.3 mainly fixes checkout initialization and merge-commit SHA handling for SHA-256 repositories.
Reviewed by Cursor Bugbot for commit 0f2bc84. Bugbot is set up for automated code reviews on this repo. Configure here.