chore: fix annoying python CI/CD errors due to unsuported action - #473
Merged
leekeiabstraction merged 4 commits intoApr 1, 2026
Merged
Conversation
Member
Author
|
@luoyuxia @leekeiabstraction PTAL 🙏 |
Contributor
|
Related to #453 I have triggered CI run, let's see if this works. Also we need to figure out if this workarounds the spirit of ASF workflow allowlist.. |
Member
Author
I think it's fine - 'run' commands are trusted, though ideally should be solved via allowlists ofc |
Replace `pip install uv` with `astral-sh/setup-uv` pinned to commit SHA for supply chain security. Remove redundant manual uv cache step as setup-uv handles caching natively.
leekeiabstraction
force-pushed
the
fix/python-ci-uv-install
branch
from
April 1, 2026 21:10
b8bbf35 to
295b9f6
Compare
1 task
Contributor
|
@fresh-borzoni I've updated to use an allowlisted version. PTAL. Seems much slower than your approach though :/ |
Contributor
|
Merging to unblock python CI run for other PRs, and changes in this PR have already run successfully in #475 |
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.
as per title + optimize python uv cache