chore: update ci except for cibuildwheel, ignore broken blog links#2045
Merged
kemingy merged 3 commits intotensorchord:mainfrom Nov 3, 2025
Merged
chore: update ci except for cibuildwheel, ignore broken blog links#2045kemingy merged 3 commits intotensorchord:mainfrom
kemingy merged 3 commits intotensorchord:mainfrom
Conversation
Signed-off-by: Keming <kemingyang@tensorchord.ai>
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request updates dependency versions and refactors control flow in the run function. The changes include upgrading GitHub Actions workflows to use newer action versions, updating Go module dependencies to their latest patch versions, and improving code readability by inverting a nested conditional block.
- Refactored
pkg/app/run.goto extractprivateKeyvariable and invert nested conditional for better readability - Updated multiple GitHub Actions to their latest major versions (checkout@v5, setup-go@v6, setup-python@v6, upload-artifact@v5, download-artifact@v6)
- Updated Go module dependencies to latest patch versions for AWS SDK, Google Cloud libraries, and various other packages
Reviewed Changes
Copilot reviewed 9 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| pkg/app/run.go | Refactored to extract privateKey variable and invert nested conditional block for improved readability |
| go.mod | Updated direct and indirect dependencies to latest patch versions |
| go.sum | Updated checksums for new dependency versions |
| .lycheeignore | Added/reordered URLs to ignore list for link checking |
| .github/workflows/release.yml | Updated GitHub Actions to v5/v6 versions |
| .github/workflows/nightly.yml | Updated GitHub Actions to v5/v6 versions |
| .github/workflows/link-check.yml | Updated checkout action to v5 |
| .github/workflows/envd-lint.yml | Updated checkout and setup-python actions to v5/v6 |
| .github/workflows/changelog.yaml | Updated checkout action to v5 |
| .github/workflows/CI.yml | Updated GitHub Actions to v5/v6 versions |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Keming <kemingyang@tensorchord.ai>
Signed-off-by: Keming <kemingyang@tensorchord.ai>
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.
No description provided.