yuqi1129 opened a new pull request, #12477: URL: https://github.com/apache/gravitino/pull/12477
### What changes were proposed in this pull request? - Upgrade `docker/setup-buildx-action` from v4.0.0 to v4.2.0. - Upgrade `docker/setup-qemu-action` from v4.0.0 to v4.2.0 across all workflows. ### Why are the changes needed? The previous Buildx action SHA expired and was removed from the ASF GitHub Actions allowlist, causing workflows to fail before jobs could start. The existing QEMU action SHA will expire soon, so this patch upgrades it proactively to avoid the same startup failure. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? - Parsed all GitHub workflow YAML files successfully. - Ran `./gradlew spotlessApply --no-daemon`. - Ran `git diff --check`. - Verified that the pinned v4.2.0 SHAs match their upstream tags and are present in the current ASF allowlist. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
