Bump actions/checkout from 6.0.2 to 7.0.1 - #989
Conversation
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 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@de0fac2...3d3c42e) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Pull request overview
This PR updates the GitHub Actions workflows in this repository to use actions/checkout v7.0.1 (pinned by commit SHA) instead of v6.0.2, aligning CI/CD automation with the latest major release of the checkout action.
Changes:
- Bumped
actions/checkoutfrom v6.0.2 to v7.0.1 across all workflows that perform a repository checkout. - Updated the pinned commit SHA for
actions/checkoutconsistently in each workflow file.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/scorecard.yml | Updates checkout action pin to v7.0.1 for scorecard analysis. |
| .github/workflows/release.yml | Updates checkout action pin to v7.0.1 for release workflow. |
| .github/workflows/lint.yml | Updates checkout action pin to v7.0.1 for workflow linting. |
| .github/workflows/dependency-review.yml | Updates checkout action pin to v7.0.1 for dependency review. |
| .github/workflows/dependabot-approve.yml | Updates checkout action pin to v7.0.1 for dependabot approval automation. |
| .github/workflows/code-ql.yml | Updates checkout action pin to v7.0.1 for CodeQL analysis. |
| .github/workflows/bump-version.yml | Updates checkout action pin to v7.0.1 for version bump automation. |
| .github/workflows/build.yml | Updates checkout action pin to v7.0.1 for build/test/package workflow. |
| .github/workflows/approve-and-merge.yml | Updates checkout action pin to v7.0.1 for PR approve/merge automation. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #989 +/- ##
==========================================
+ Coverage 83.80% 84.46% +0.65%
==========================================
Files 33 33
Lines 914 914
Branches 207 207
==========================================
+ Hits 766 772 +6
+ Misses 92 89 -3
+ Partials 56 53 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Tried to create or update workflow without `workflows` permission
Bumps actions/checkout from 6.0.2 to 7.0.1.
Release notes
Sourced from actions/checkout's releases.
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)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)