[SPARK-56724][INFRA][3.5] Make docker/* GitHub Actions up-to-date#56532
Open
sarutak wants to merge 1 commit into
Open
[SPARK-56724][INFRA][3.5] Make docker/* GitHub Actions up-to-date#56532sarutak wants to merge 1 commit into
sarutak wants to merge 1 commit into
Conversation
This PR upgrades four docker/* GitHub Actions to the latest commit hashes approved by the Apache Software Foundation in infrastructure-actions/approved_patterns.yml: | Action | Before (tag) | After (tag) | | --- | --- | --- | | docker/build-push-action | v3 | bcafcacb16a39f128d818304e6c9c0c18556b85f (v7.1.0) | | docker/login-action | v2 | 4907a6ddec9925e35a0a9e82d7399ccc52663121 (v4.1.0) | | docker/setup-buildx-action | v2 | 4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd (v4.0.0) | | docker/setup-qemu-action | v2 | ce360397dd3f832beb865e1373c09c0e9f86d70a (v4.0.0) |
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?
Update the commit SHAs of the following Docker-related GitHub Actions in
branch-3.5to match the ones registered in the Apache organization's GitHub Actions allowlist:docker/login-actiondocker/setup-qemu-actiondocker/setup-buildx-actiondocker/build-push-actionWhy are the changes needed?
The
masterbranch was already updated to the new SHAs, butbranch-3.5still used tag-based references (e.g., @v2) which are not in the allowlist.docker/*GitHub Actions up-to-date #55687Does this PR introduce any user-facing change?
No.
How was this patch tested?
CI should pass with this change.
Was this patch authored or co-authored using generative AI tooling?
Kiro CLI / Claude