-
Notifications
You must be signed in to change notification settings - Fork 117
[CI] update .gitignore and upgrade actions/checkout to v5 in workflows #2028
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
Conversation
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 updates GitHub Actions workflow configurations to use the latest version of the actions/checkout
action, upgrading from v4 to v5 across all workflow files.
- Systematic upgrade of
actions/checkout
from v4 to v5 across all workflow files - Maintains existing configuration options like
fetch-depth
,persist-credentials
, etc. - No functional changes to workflow behavior, only version bumps
Reviewed Changes
Copilot reviewed 20 out of 20 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
.github/workflows/verify-docs-build.yml | Updated checkout action to v5 |
.github/workflows/validate-integration-files.yml | Updated checkout action to v5 |
.github/workflows/upgrade-integrations.yml | Updated checkout action to v5 |
.github/workflows/trigger-doc-sync.yml | Updated checkout action to v5 |
.github/workflows/sonarcloud-integrations.yml | Updated checkout action to v5 (2 instances) |
.github/workflows/sonarcloud-framework.yml | Updated checkout action to v5 |
.github/workflows/release-integrations.yml | Updated checkout action to v5 (3 instances) |
.github/workflows/release-framework.yml | Updated checkout action to v5 |
.github/workflows/perf-test.yml | Updated checkout action to v5 |
.github/workflows/lint.yml | Updated checkout action to v5 |
.github/workflows/integrations-test.yml | Updated checkout action to v5 |
.github/workflows/docker-images-security-scan.yml | Updated checkout action to v5 (2 instances) |
.github/workflows/detect-changes-matrix.yml | Updated checkout action to v5 |
.github/workflows/create-new-sonarcloud-project.yml | Updated checkout action to v5 |
.github/workflows/core-test.yml | Updated checkout action to v5 |
.github/workflows/claude-tag.yml | Updated checkout action to v5 |
.github/workflows/claude-generic.yml | Updated checkout action to v5 |
.github/workflows/ci.yml | Updated checkout action to v5 (2 instances) |
.github/workflows/build-infra-images.yml | Updated checkout action to v5 |
.github/workflows/apply-release.yml | Updated checkout action to v5 |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
You are nearing your monthly Qodo Merge usage quota. For more information, please visit here. PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
You are nearing your monthly Qodo Merge usage quota. For more information, please visit here. PR Code Suggestions ✨Explore these optional code suggestions:
|
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.
LGTM
PR Type
Other
Description
Upgrade
actions/checkout
from v4 to v5 across all workflowsUpdate 22 GitHub Actions workflow files
Diagram Walkthrough
File Walkthrough
20 files
Upgrade checkout action to v5
Upgrade checkout action to v5
Upgrade checkout action to v5
Upgrade checkout action to v5
Upgrade checkout action to v5
Upgrade checkout action to v5
Upgrade checkout action to v5
Upgrade checkout action to v5
Upgrade checkout action to v5
Upgrade checkout action to v5
Upgrade checkout action to v5
Upgrade checkout action to v5
Upgrade checkout action to v5
Upgrade checkout action to v5
Upgrade checkout action to v5
Upgrade checkout action to v5
Upgrade checkout action to v5
Upgrade checkout action to v5
Upgrade checkout action to v5
Upgrade checkout action to v5