TIKA-4703: Pin docker/* actions to SHA digests per ASF policy (INFRA-27837)#2779
Merged
nddipiazza merged 1 commit intomainfrom Apr 22, 2026
Merged
TIKA-4703: Pin docker/* actions to SHA digests per ASF policy (INFRA-27837)#2779nddipiazza merged 1 commit intomainfrom
nddipiazza merged 1 commit intomainfrom
Conversation
…27837) ASF GitHub Actions policy requires actions to be pinned to exact commit SHAs rather than floating version tags. Align with the same approach used in apache/cloudberry PR #1688 (per guidance from Dianjin Wang on INFRA-27837). - docker/setup-buildx-action@v3 -> @8d2750c68a42422c14e847fe6c8ac0403b4cbd6f (v3.12.0) - docker/login-action@v3 -> @c94ce9fb468520275223c153574b00df6fe4bcc9 (v3.7.0) - docker/build-push-action@v6 -> @10e90e3645eae34f1e60eeb005ba3a3d33f178e8 (v6.19.2) - docker/setup-qemu-action -> replaced with native CLI (still not allowlisted per INFRA-27837) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
9f8918e to
3492c42
Compare
3 tasks
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.
Summary
Pin all
docker/*GitHub Actions to exact commit SHAs to comply with the Apache GitHub Actions allowlist policy, as recommended by Dianjin Wang (ASF Infra) on INFRA-27837. This mirrors the same fix applied in apache/cloudberry#1688.Changes
docker/setup-buildx-action@v3@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f(v3.12.0)docker/login-action@v3@c94ce9fb468520275223c153574b00df6fe4bcc9(v3.7.0)docker/build-push-action@v6@10e90e3645eae34f1e60eeb005ba3a3d33f178e8(v6.19.2)docker/setup-qemu-action@v3actiondocker run --privileged tonistiigi/binfmt --install alldocker/setup-qemu-actionis replaced with a native CLI step because it is still not on the ASF allowlist (noted by INFRA team as an open issue).Critical Files
.github/workflows/docker-snapshot.yml.github/workflows/docker-release.yml