Bump actions/checkout from 5.0.1 to 7.0.1 - #612
Conversation
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 workflows to use actions/checkout v7.0.1 (mostly via pinned commit SHA) for consistency and to pick up the latest patch fixes.
Changes:
- Bump
actions/checkoutfrom v7.0.0 to v7.0.1 across multiple workflows using pinned SHAs. - Update the DevSkim workflow’s
actions/checkoutreference from@v7to@v7.0.1.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/server2019-sdntest.yml | Updates checkout action to v7.0.1 pinned SHA. |
| .github/workflows/server2019-sdntest-pr.yml | Updates checkout action to v7.0.1 pinned SHA for PR runs. |
| .github/workflows/scorecards.yml | Updates checkout action to v7.0.1 pinned SHA in scorecards job. |
| .github/workflows/powershell.yml | Updates checkout action to v7.0.1 pinned SHA for PowerShell CI. |
| .github/workflows/devskim.yml | Changes checkout from major tag to patched tag (not SHA-pinned). |
| .github/workflows/dependency-review.yml | Updates checkout action to v7.0.1 pinned SHA for dependency review. |
| .github/workflows/build-pipeline.yml | Updates checkout action to v7.0.1 pinned SHA in build pipeline. |
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 7.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v5.0.1...v7.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2de211e to
e1b356c
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 6 out of 6 changed files in this pull request and generated no new comments.
Comments suppressed due to low confidence (2)
.github/workflows/devskim.yml:27
- This workflow uses a mutable tag (
@v7.0.1) while the other workflows pinactions/checkoutby commit SHA. For supply-chain integrity and reproducibility, pinactions/checkouthere to the same v7.0.1 commit SHA used elsewhere (and keep the version comment if desired).
uses: actions/checkout@v7.0.1
.github/workflows/pester-tests.yml:26
- This changes
actions/checkoutfrom v5.0.1 to v7.0.1 (major-version upgrade) specifically for the Pester workflow, which can introduce behavior/runtime expectation changes compared to other jobs. If the repo intentionally standardizes on a major version per workflow, consider aligning all workflows on the same major version upgrade rationale and documenting the reason for the major bump (or upgrading any remaining older-version usages consistently).
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
Bumps actions/checkout from 5.0.1 to 7.0.1.
Release notes
Sourced from actions/checkout's releases.
... (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)