Skip to content

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

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#14
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 to v7.0.0 across all 10 GitHub Actions workflow files, updating the pinned SHA from df4cb1c to 9c091bb consistently. The only breaking change in v7.0.0 is blocking checkout of fork PRs for pull_request_target and workflow_run triggers — none of the workflows in this repo use those triggers, so all existing workflows remain unaffected.

  • All 10 workflow files receive an identical SHA update with no logic changes.
  • The new SHA 9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 correctly corresponds to the v7.0.0 tag of actions/checkout.
  • Trigger types across all workflows (push, pull_request, schedule, workflow_dispatch) are unaffected by the v7.0.0 breaking change.

Confidence Score: 5/5

Safe to merge — a uniform SHA update across all workflows with no logic changes.

The change is a consistent SHA bump across all 10 workflow files. The only breaking change introduced in v7.0.0 (blocking fork-PR checkout for pull_request_target and workflow_run) is irrelevant here because none of the workflows use those triggers. All workflows continue to function exactly as before.

No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/autotag.yml SHA bumped to v7.0.0; uses push trigger, unaffected by v7 breaking change
.github/workflows/codecov.yml SHA bumped to v7.0.0; uses push/pull_request triggers, unaffected by v7 breaking change
.github/workflows/codeql.yml SHA bumped to v7.0.0; uses push/pull_request/schedule triggers, unaffected by v7 breaking change
.github/workflows/dependency-review.yml SHA bumped to v7.0.0; uses pull_request trigger (not pull_request_target), unaffected
.github/workflows/post-merge-release.yml SHA bumped to v7.0.0; uses pull_request closed event from same-repo head, unaffected
.github/workflows/race.yml SHA bumped to v7.0.0; uses push/pull_request/workflow_dispatch triggers, unaffected
.github/workflows/release-guard.yml SHA bumped to v7.0.0; uses pull_request trigger, unaffected by v7 breaking change
.github/workflows/release-intake.yml SHA bumped to v7.0.0; uses push tags trigger, unaffected by v7 breaking change
.github/workflows/release.yml SHA bumped to v7.0.0 in two steps; uses push tags trigger, unaffected by v7 breaking change
.github/workflows/security-ultimate.yml SHA bumped to v7.0.0; uses push/pull_request/schedule triggers, unaffected by v7 breaking change

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    DEP["dependabot bump\nactions/checkout\n6.0.3 → 7.0.0"]
    SHA["SHA update\ndf4cb1c → 9c091bb\n(10 workflow files)"]
    BREAKING["v7.0.0 Breaking Change\nBlocks fork PR checkout\nfor pull_request_target\nand workflow_run"]

    DEP --> SHA
    DEP --> BREAKING

    SHA --> autotag["autotag.yml\ntrigger: push ✅"]
    SHA --> codecov["codecov.yml\ntrigger: push/pull_request ✅"]
    SHA --> codeql["codeql.yml\ntrigger: push/pull_request/schedule ✅"]
    SHA --> deprev["dependency-review.yml\ntrigger: pull_request ✅"]
    SHA --> postmerge["post-merge-release.yml\ntrigger: pull_request ✅"]
    SHA --> race["race.yml\ntrigger: push/pull_request/workflow_dispatch ✅"]
    SHA --> guard["release-guard.yml\ntrigger: pull_request ✅"]
    SHA --> intake["release-intake.yml\ntrigger: push tags ✅"]
    SHA --> release["release.yml\ntrigger: push tags ✅"]
    SHA --> security["security-ultimate.yml\ntrigger: push/pull_request/schedule ✅"]

    BREAKING -. "not used by any workflow" .-> NA["No workflows impacted"]
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
    DEP["dependabot bump\nactions/checkout\n6.0.3 → 7.0.0"]
    SHA["SHA update\ndf4cb1c → 9c091bb\n(10 workflow files)"]
    BREAKING["v7.0.0 Breaking Change\nBlocks fork PR checkout\nfor pull_request_target\nand workflow_run"]

    DEP --> SHA
    DEP --> BREAKING

    SHA --> autotag["autotag.yml\ntrigger: push ✅"]
    SHA --> codecov["codecov.yml\ntrigger: push/pull_request ✅"]
    SHA --> codeql["codeql.yml\ntrigger: push/pull_request/schedule ✅"]
    SHA --> deprev["dependency-review.yml\ntrigger: pull_request ✅"]
    SHA --> postmerge["post-merge-release.yml\ntrigger: pull_request ✅"]
    SHA --> race["race.yml\ntrigger: push/pull_request/workflow_dispatch ✅"]
    SHA --> guard["release-guard.yml\ntrigger: pull_request ✅"]
    SHA --> intake["release-intake.yml\ntrigger: push tags ✅"]
    SHA --> release["release.yml\ntrigger: push tags ✅"]
    SHA --> security["security-ultimate.yml\ntrigger: push/pull_request/schedule ✅"]

    BREAKING -. "not used by any workflow" .-> NA["No workflows impacted"]
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]>
@dependabot @github

dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, github-actions. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@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/post-merge-release.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 added dependencies Pull requests that update a dependency file github-actions Pull requests that update GitHub Actions code labels Jun 23, 2026
@tis24dev tis24dev merged commit 0f12e28 into dev Jun 23, 2026
9 checks passed
@dependabot dependabot Bot deleted the dependabot/github_actions/dev/actions-updates-2217aebe03 branch June 23, 2026 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github-actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant