-
Notifications
You must be signed in to change notification settings - Fork 683
upgrade action checkout version from v5 to v6 #1067
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR upgrades the actions/checkout action from v5 to v6 across all GitHub workflow files. Additionally, it includes some related improvements: adding a copyright header to helm-package.yml, translating several Chinese comments to English in docker.yml, updating the s3s-e2e tool repository URL from Nugine's fork to the official s3s-project organization, and minor formatting improvements.
Key Changes:
- Upgraded
actions/checkoutfrom v5 to v6 in all workflow files (6 files, 13 occurrences total) - Added Apache 2.0 copyright header to helm-package.yml
- Translated TODO comments from Chinese to English in docker.yml (though some Chinese text remains)
- Updated s3s-e2e tool repository URL to the official s3s-project organization
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/performance.yml |
Updated checkout action from v5 to v6 in performance profiling and benchmark jobs |
.github/workflows/helm-package.yml |
Updated checkout action from v5 to v6, added copyright header, fixed minor formatting and spelling issues |
.github/workflows/docker.yml |
Updated checkout action from v5 to v6, translated several Chinese comments to English (with some remaining untranslated) |
.github/workflows/ci.yml |
Updated checkout action from v5 to v6, updated s3s-e2e tool repository URL and revision |
.github/workflows/build.yml |
Updated checkout action from v5 to v6 across multiple build and release jobs |
.github/workflows/audit.yml |
Updated checkout action from v5 to v6 in security audit and dependency review jobs |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Type of Change
Related Issues
Summary of Changes
Checklist
make pre-commitImpact
Additional Notes
Thank you for your contribution! Please ensure your PR follows the community standards (CODE_OF_CONDUCT.md) and sign the CLA if this is your first contribution.