chore: Replace archived actions-rs/install action #1876
Merged
alamb merged 2 commits intoapache:mainfrom Jun 10, 2025
Merged
Conversation
iffyio
approved these changes
Jun 10, 2025
Contributor
iffyio
left a comment
There was a problem hiding this comment.
LGTM! Thanks @assignUser!
cc @alamb
alamb
approved these changes
Jun 10, 2025
| uses: ./.github/actions/setup-builder | ||
| with: | ||
| rust-version: ${{ matrix.rust }} | ||
| - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 |
Contributor
There was a problem hiding this comment.
I checked that we use the same action in DataFusion so this sounds like a good idea to me 👍
Thanks @assignUser and @iffyio
solontsev
pushed a commit
to solontsev/datafusion-sqlparser-rs
that referenced
this pull request
Jun 20, 2025
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.
The actions-rs org has been archived for years at this point and it doesn't look like it's coming back. For security reasons we are going to remove it from the allow list soon.
In this PR I have replaced the usage of
actions-rs/installwith a well known rust cache action and a normalcargo install