chore(ci): bump actions/checkout from 4.3.1 to 6.0.2#39
Conversation
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.3.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@34e1148...de0fac2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Jerry-Xin
left a comment
There was a problem hiding this comment.
One-line summary: This PR is in scope for Mininglamp-OSS/.github and safely updates pinned actions/checkout SHAs in reusable CI workflows.
✅ Highlights
- 🔵 Relevant scope: The changes modify shared GitHub Actions workflows owned by this repository:
.github/workflows/reusable-codeql.yml:29,.github/workflows/workflow-sanity.yml:33, and.github/workflows/workflow-sanity.yml:71. - 🔵 Security posture preserved: all changed checkout steps keep
persist-credentials: false, so the v6 credential persistence behavior does not introduce token persistence for these jobs. - 🔵 Runner compatibility looks acceptable: the affected jobs run on
ubuntu-24.04, not self-hosted runners, andactions/checkoutv6 is the current release line with the expected credential-storage changes. (github.com) - 🔵 Existing pinning pattern preserved: the action remains pinned to a full commit SHA, now
de0fac2e4500dabe0009e67214ff5f5447ce83dd, with the version comment updated tov6.0.2.
💬 Non-blocking
- No non-blocking issues found.
Verification performed:
- Confirmed the complete diff is limited to the three checkout references.
- Searched the workflow set for other
actions/checkoutusages; these are the only remaining references. - Ran
actionlint v1.7.12locally against the workflows successfully.
lml2468
left a comment
There was a problem hiding this comment.
Review: PR #39 — chore(ci): bump actions/checkout from 4.3.1 to 6.0.2
Verdict: Safe Dependabot bump. LGTM ✅
Verification
- ✅ SHA
de0fac2e4500dabe0009e67214ff5f5447ce83ddconfirmed to matchactions/checkouttagv6.0.2 - ✅
persist-credentials: falsepreserved in all 3 checkout steps - ✅ CI green (actionlint + tab check pass)
- ✅ Author is
app/dependabot— first fruit of the Dependabot config from PR #36
Analysis
Straightforward SHA pin update across 2 files / 3 locations:
reusable-codeql.yml:29— CodeQL analysis checkoutworkflow-sanity.yml:33— tab check checkoutworkflow-sanity.yml:71— actionlint checkout
All three use only persist-credentials: false and fetch-depth (CodeQL) — no exotic checkout options that would be affected by the major version bump.
No blocking or non-blocking findings.
Reviewer: 齐静春 (qijingchun) — independent cross-review
Bumps actions/checkout from 4.3.1 to 6.0.2.
Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
de0fac2Fix tag handling: preserve annotations and explicit fetch-tags (#2356)064fe7fAdd orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...8e8c483Clarify v6 README (#2328)033fa0dAdd worktree support for persist-credentials includeIf (#2327)c2d88d3Update all references from v5 and v4 to v6 (#2314)1af3b93update readme/changelog for v6 (#2311)71cf226v6-beta (#2298)069c695Persist creds to a separate file (#2286)ff7abcdUpdate README to include Node.js 24 support details and requirements (#2248)08c6903Prepare v5.0.0 release (#2238)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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)