leekeiabstraction opened a new issue, #453: URL: https://github.com/apache/fluss-rust/issues/453
## Problem The Python CI workflow (`build_and_test_python.yml`) uses `astral-sh/setup-uv@v4`, which is not on the ASF GitHub Actions allowlist. This causes workflow start failures: > The action astral-sh/setup-uv@v4 is not allowed in apache/fluss-rust because all actions must be from a repository owned by your enterprise, created by GitHub, or match one of the patterns... ## Solution Pin `astral-sh/setup-uv` to a specific commit SHA (`e06108dd0aef18192324c70427afc47652e63a82`, v7.5.0) to comply with the ASF allowlist policy. An INFRA Jira ticket should also be filed to add this SHA to the ASF allowlist. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
