ci: bump actions/checkout from 6.0.3 to 7.0.0 in the actions-updates group#238
Merged
tis24dev merged 1 commit intoJun 23, 2026
Merged
Conversation
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]>
|
This PR requires manual review before merging. Please check:
Once reviewed, merge manually or enable auto-merge. |
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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 the actions-updates group with 1 update: actions/checkout.
Updates
actions/checkoutfrom 6.0.3 to 7.0.0Release notes
Sourced from actions/checkout's releases.
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
9c091bbupdate error wording (#2467)1044a6dgetting ready for checkout v7 release (#2464)f028218Bump the minor-npm-dependencies group across 1 directory with 3 updates (#2462)d914b26upgrade module to esm and update dependencies (#2463)537c7efBump@actions/coreand@actions/tool-cacheand Remove uuid (#2459)130a169Bump js-yaml from 4.1.0 to 4.2.0 (#2461)7d09575Bump flatted from 3.3.1 to 3.4.2 (#2460)0f9f3aaBump actions/publish-immutable-action (#2458)f9e715ablock checking out fork pr for pull_request_target and workflow_run (#2454)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 conditionsGreptile Summary
This PR bumps
actions/checkoutfrom v6.0.3 (commitdf4cb1c) to v7.0.0 (commit9c091bb) across all 9 GitHub Actions workflow files, updating the pinned commit SHA in each.pull_request_targetorworkflow_run. None of the 9 workflows in this repo use either of those triggers — all usepush,pull_request,schedule,push: tags, orworkflow_dispatch— so no functional impact is expected.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_targetandworkflow_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
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%%{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| LReviews (1): Last reviewed commit: "ci: bump actions/checkout in the actions..." | Re-trigger Greptile