[fix][ci] Pin approved docker GitHub Actions#472
Merged
merlimat merged 1 commit intoapache:masterfrom Mar 26, 2026
Merged
Conversation
merlimat
approved these changes
Mar 26, 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.
Motivation
The PR validation workflow currently fails with
startup_failurebefore any jobs start because ASF GitHub Actions policy blocks unapproveddocker/*action tags.Apache infrastructure now requires pinned SHAs from the approved allowlist instead of floating tags like
@v2and@v3.Related references:
Modifications
Replace these action references in the Linux Docker build jobs with ASF-approved pinned SHAs:
docker/setup-qemu-action@v2->docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392docker/setup-buildx-action@v2->docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6fdocker/build-push-action@v3->docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8Updated workflows:
ci-pr-validation.ymlci-build-release-napi.ymlVerification
startup_failureand no jobs were created.docker/setup-qemu-action@v2,docker/setup-buildx-action@v2, ordocker/build-push-action@v3in workflow files.Documentation
doc-not-needed