[#11819] fix(ci): Use approved setup actions and add ASF actions allowlist check#11820
Merged
Conversation
…s allowlist check
Code Coverage Report
|
jerryshao
approved these changes
Jun 29, 2026
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.
What changes were proposed in this pull request?
.github/workflows/chart-release.yamland.github/workflows/chart-test.yamlto use the secure, approved commit SHA9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310(corresponding to release tagv5.0.1) forazure/setup-helm.helm/chart-testing-actionin.github/workflows/chart-test.yamlto commit2fe8321ec9b8d234608c02c67623a886b72d7335to avoid invoking the unapprovedsetup-uvaction in its latest version..github/workflows/chart-test.yamlto use the secure, approved commit SHA829323503d1be3d00ca8346e5391ca0b07a9ab0d(corresponding to release tagv5.1.0) forazure/setup-kubectl..github/workflows/trino-multi-version-test.ymlto use the secure, approved commit SHAce360397dd3f832beb865e1373c09c0e9f86d70a(corresponding to release tagv4.0.0) fordocker/setup-qemu-action..github/workflows/asf-allowlist-check.ymlworkflow to automatically check the allowlist compliance of GitHub Actions on pull requests modifying.github/directory.Why are the changes needed?
Publish Helm Chartsworkflow failed because the Apache foundation security policy restricts third-party actions using version tags like@v4.3.0.helm/chart-testing-actiontransitively invokesastral-sh/setup-uv@eb1897b8dc4b5d5bfe39a428a8f2304605e0983cwhich is not on the ASF Infrastructure allowed actions list. Rolling it back to the commit before introducingsetup-uvresolves the issue.15650b3ad78fff148532a140b8a4c821796b2d7bused forazure/setup-kubectlis scheduled to expire on2026-07-11according to the allowed list, which requires an upgrade.v3fordocker/setup-qemu-actionused intrino-multi-version-test.ymlviolates the security policy.asf-allowlist-checkworkflow helps prevent similar silent "startup failure" issues in the future at the PR phase.Fix: #11819
Does this PR introduce any user-facing change?
No.
How was this patch tested?
This is a GitHub Actions workflow configuration change. The commit SHAs are verified against the ASF Actions allowed list.