chore(actions): Use TW actions proxy#4637
Open
sergei-boiko-trustwallet wants to merge 1 commit intomasterfrom
Open
chore(actions): Use TW actions proxy#4637sergei-boiko-trustwallet wants to merge 1 commit intomasterfrom
sergei-boiko-trustwallet wants to merge 1 commit intomasterfrom
Conversation
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.
This pull request updates all GitHub Actions workflow files to use custom proxied actions from the
trustwallet/github-actions-proxyrepository instead of direct third-party actions. This change centralizes control over CI/CD dependencies, improves security, and makes it easier to manage and update action versions across the organization.The most important changes are:
Migration to TrustWallet Proxy Actions:
checkout,setup-java,setup-dart,gradle-build-action,rust-cache,cache,build-push-action,sccache-action,upload-artifact, andgithub-scripthave been replaced with their equivalents fromtrustwallet/github-actions-proxyacross all workflow files, including Android, iOS, Kotlin, Flutter, Linux, Docker, Rust, WASM, and codegen workflows.Security and Maintainability Improvements:
Consistency Across CI/CD Workflows:
No Functional Changes to Build/Test Steps:
Preparation for Future Updates:
Let me know if you have any questions about how these changes affect our CI/CD pipeline or how to work with the new proxy actions!