Bump actions/checkout from 5.1.0 to 7.0.1 - #14232
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.
Updates GitHub Actions workflow definitions to use a newer actions/checkout major version.
Changes:
- Bump
actions/checkoutfrom@v5to@v7across multiple workflows - Keep existing checkout options (e.g.,
fetch-depth,persist-credentials,clean) unchanged
Reviewed changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/typos.yaml | Updates checkout action version in typo-check workflow |
| .github/workflows/python-unit-tests.yml | Updates checkout action version for Python unit test workflow |
| .github/workflows/python-test-coverage.yml | Updates checkout action version for Python coverage collection workflow |
| .github/workflows/python-test-coverage-report.yml | Updates checkout action version for coverage report workflow |
| .github/workflows/python-lint.yml | Updates checkout action version for Python lint workflow |
| .github/workflows/python-integration-tests.yml | Updates checkout action version across Python integration test jobs |
| .github/workflows/python-build.yml | Updates checkout action version for Python build workflow |
| .github/workflows/markdown-link-check.yml | Updates checkout action version for markdown link check workflow |
| .github/workflows/dotnet-integration-tests.yml | Updates checkout action version for .NET integration tests workflow |
| .github/workflows/dotnet-format.yml | Updates checkout action version for .NET formatting workflow |
| .github/workflows/dotnet-ci.yml | Updates checkout action version for .NET CI workflow |
| .github/workflows/dotnet-build-and-test.yml | Updates checkout action version for .NET build/test workflow |
| .github/workflows/devflow-pr-review.yml | Updates checkout action version for DevFlow PR review workflow |
| .github/workflows/codeql-analysis.yml | Updates checkout action version for CodeQL workflow |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
25
to
29
| runs-on: ${{ matrix.os }} | ||
| steps: | ||
| - uses: actions/checkout@v5 | ||
| - uses: actions/checkout@v7 | ||
| with: | ||
| clean: true |
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.1.0 to 7.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@fbc6f39...3d3c42e) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/github_actions/actions/checkout-7
branch
from
August 26, 2026 11:56
1d7c72b to
8dd8a83
Compare
Contributor
Author
|
Superseded by #14338. |
dependabot
Bot
deleted the
dependabot/github_actions/actions/checkout-7
branch
August 26, 2026 12:00
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 actions/checkout from 5.1.0 to 7.0.1.
Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
3d3c42eprep v7.0.1 release (#2531)2880268escape values passed to --unset (#2530)12cd223trim only ascii whitespace for branch (#2521)62661c4skip running unsafe pr check if input is default (#2518)e8d4307Bump the minor-actions-dependencies group with 2 updates (#2499)631c942eslint 9 (#2474)4f1f4aeBump actions/upload-artifact from 4 to 7 (#2476)ba09753Bump actions/checkout from 6 to 7 (#2488)b9e0990Bump docker/login-action from 3.3.0 to 4.2.0 (#2479)e8cb398Bump docker/build-push-action from 6.5.0 to 7.2.0 (#2478)