Skip to content

ci: bump actions/checkout from 6.0.3 to 7.0.0 in the actions-updates group#238

Merged
tis24dev merged 1 commit into
devfrom
dependabot/github_actions/dev/actions-updates-2217aebe03
Jun 23, 2026
Merged

ci: bump actions/checkout from 6.0.3 to 7.0.0 in the actions-updates group#238
tis24dev merged 1 commit into
devfrom
dependabot/github_actions/dev/actions-updates-2217aebe03

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps the actions-updates group with 1 update: actions/checkout.

Updates actions/checkout from 6.0.3 to 7.0.0

Release notes

Sourced from actions/checkout's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v6.0.3...v7.0.0

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

... (truncated)

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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 conditions

Greptile Summary

This PR bumps actions/checkout from v6.0.3 (commit df4cb1c) to v7.0.0 (commit 9c091bb) across all 9 GitHub Actions workflow files, updating the pinned commit SHA in each.

  • The sole breaking change in v7.0.0 blocks checking out fork PRs when the workflow is triggered by pull_request_target or workflow_run. None of the 9 workflows in this repo use either of those triggers — all use push, pull_request, schedule, push: tags, or workflow_dispatch — so no functional impact is expected.
  • All workflows continue to use commit-SHA pinning rather than floating version tags, which is the correct supply-chain security practice.

Confidence Score: 5/5

Safe to merge — purely a pinned SHA update with no logic changes and no workflow triggers affected by v7's breaking change.

Every workflow is updated identically (SHA swap only), all 9 use triggers other than pull_request_target and workflow_run, so the only behavioral change in v7.0.0 is irrelevant here. The commit-SHA pinning strategy is preserved throughout.

No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/codecov.yml Bumps actions/checkout SHA from v6.0.3 to v7.0.0; workflow uses pull_request trigger — unaffected by v7's fork-PR blocking change.
.github/workflows/codeql.yml Bumps actions/checkout SHA to v7.0.0; uses push/pull_request triggers — not affected by the breaking change.
.github/workflows/dependency-review.yml Bumps actions/checkout SHA to v7.0.0; standard dependency review workflow, unaffected by the fork-PR checkout restriction.
.github/workflows/post-merge-release.yml Bumps actions/checkout SHA to v7.0.0; triggered by pull_request closed event — not affected by v7's fork-PR restriction.
.github/workflows/race.yml Bumps actions/checkout SHA to v7.0.0; uses push/pull_request/workflow_dispatch triggers — not affected by the breaking change.
.github/workflows/release-guard.yml Bumps actions/checkout SHA to v7.0.0; uses pull_request trigger, not pull_request_target — unaffected by v7's fork restriction.
.github/workflows/release-intake.yml Bumps actions/checkout SHA to v7.0.0; triggered by push to tags — unaffected by the fork-PR checkout restriction.
.github/workflows/release.yml Bumps two actions/checkout usages to v7.0.0; triggered by push to v* tags — unaffected by the fork-PR checkout restriction.
.github/workflows/security-ultimate.yml Bumps actions/checkout SHA to v7.0.0; uses push/pull_request/schedule triggers — unaffected by the breaking change.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[actions/checkout v6.0.3\ndf4cb1c] -->|bump| B[actions/checkout v7.0.0\n9c091bb]

    B --> C[codecov.yml\npush / pull_request]
    B --> D[codeql.yml\npush / pull_request / schedule]
    B --> E[dependency-review.yml\npull_request]
    B --> F[post-merge-release.yml\npull_request closed]
    B --> G[race.yml\npush / pull_request / workflow_dispatch]
    B --> H[release-guard.yml\npull_request]
    B --> I[release-intake.yml\npush tags pr-v*]
    B --> J[release.yml\npush tags v*]
    B --> K[security-ultimate.yml\npush / pull_request / schedule]

    style A fill:#f9f,stroke:#333
    style B fill:#9f9,stroke:#333

    subgraph "v7 breaking change scope"
        L[pull_request_target]
        M[workflow_run]
    end

    C -.->|not affected| L
    D -.->|not affected| L
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A[actions/checkout v6.0.3\ndf4cb1c] -->|bump| B[actions/checkout v7.0.0\n9c091bb]

    B --> C[codecov.yml\npush / pull_request]
    B --> D[codeql.yml\npush / pull_request / schedule]
    B --> E[dependency-review.yml\npull_request]
    B --> F[post-merge-release.yml\npull_request closed]
    B --> G[race.yml\npush / pull_request / workflow_dispatch]
    B --> H[release-guard.yml\npull_request]
    B --> I[release-intake.yml\npush tags pr-v*]
    B --> J[release.yml\npush tags v*]
    B --> K[security-ultimate.yml\npush / pull_request / schedule]

    style A fill:#f9f,stroke:#333
    style B fill:#9f9,stroke:#333

    subgraph "v7 breaking change scope"
        L[pull_request_target]
        M[workflow_run]
    end

    C -.->|not affected| L
    D -.->|not affected| L
Loading

Reviews (1): Last reviewed commit: "ci: bump actions/checkout in the actions..." | Re-trigger Greptile

Bumps the actions-updates group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 6.0.3 to 7.0.0
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@df4cb1c...9c091bb)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@github-actions

Copy link
Copy Markdown

⚠️ Major version update detected

This PR requires manual review before merging.

Please check:

  • Breaking changes in changelog
  • Test coverage for new version
  • Compatibility with existing code

Once reviewed, merge manually or enable auto-merge.

@github-actions

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
actions/actions/checkout 9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 🟢 5.9
Details
CheckScoreReason
Code-Review🟢 10all changesets reviewed
Binary-Artifacts🟢 10no binaries found in the repo
Maintained⚠️ 23 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Fuzzing⚠️ 0project is not fuzzed
Pinned-Dependencies🟢 3dependency not pinned by hash detected -- score normalized to 3
License🟢 10license file detected
Packaging⚠️ -1packaging workflow not detected
Signed-Releases⚠️ -1no releases found
Security-Policy🟢 9security policy file detected
SAST🟢 8SAST tool detected but not run on all commits
Branch-Protection🟢 5branch protection is not maximal on development and all release branches
actions/actions/checkout 9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 🟢 5.9
Details
CheckScoreReason
Code-Review🟢 10all changesets reviewed
Binary-Artifacts🟢 10no binaries found in the repo
Maintained⚠️ 23 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Fuzzing⚠️ 0project is not fuzzed
Pinned-Dependencies🟢 3dependency not pinned by hash detected -- score normalized to 3
License🟢 10license file detected
Packaging⚠️ -1packaging workflow not detected
Signed-Releases⚠️ -1no releases found
Security-Policy🟢 9security policy file detected
SAST🟢 8SAST tool detected but not run on all commits
Branch-Protection🟢 5branch protection is not maximal on development and all release branches

Scanned Files

  • .github/workflows/race.yml
  • .github/workflows/security-ultimate.yml

@codecov

codecov Bot commented Jun 22, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@tis24dev tis24dev merged commit 226ca0d into dev Jun 23, 2026
9 checks passed
@dependabot dependabot Bot deleted the dependabot/github_actions/dev/actions-updates-2217aebe03 branch June 23, 2026 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant