ci: pin Docker actions to SHA and bump setup-bazel per ASF allowlist#2999
Merged
ci: pin Docker actions to SHA and bump setup-bazel per ASF allowlist#2999
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2999 +/- ##
============================================
+ Coverage 71.81% 71.87% +0.06%
Complexity 930 930
============================================
Files 1116 1117 +1
Lines 92616 92952 +336
Branches 70139 70485 +346
============================================
+ Hits 66512 66810 +298
- Misses 23543 23573 +30
- Partials 2561 2569 +8
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
ASF tightened GitHub Actions enforcement on 2026-03-20, switching from "verified creators" to explicit allowlist only. Docker actions that worked implicitly now require SHA-pinned entries in apache/infrastructure-actions. Restore docker/setup-buildx-action (reverts shell workaround from ba8e865) and pin all Docker actions to approved commit SHAs. Allowlist PR: apache/infrastructure-actions#547
Previous SHA (v0.15.0) expires in the ASF allowlist on 2026-03-31. Update to the already-approved v0.18.0.
d53a979 to
e5c30a2
Compare
ryankert01
approved these changes
Mar 20, 2026
spetz
approved these changes
Mar 20, 2026
krishvishal
approved these changes
Mar 20, 2026
numinnex
approved these changes
Mar 20, 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.
Pin all Docker actions to SHA-pinned versions per ASF allowlist policy
and restore docker/setup-buildx-action (reverts shell workaround from
ba8e865). Bump bazel-contrib/setup-bazel from v0.15.0 to v0.18.0
before ASF allowlist expiry on 2026-03-31.
Allowlist PR: apache/infrastructure-actions#547