dongjoon-hyun opened a new pull request, #540: URL: https://github.com/apache/spark-connect-swift/pull/540
### What changes were proposed in this pull request? This PR aims to update `docker/*` GitHub Actions in `.github/workflows/publish_image.yml` to the latest ASF-approved commit hashes from [apache/infrastructure-actions/approved_patterns.yml](https://github.com/apache/infrastructure-actions/blob/main/approved_patterns.yml). | Action | Before | After | |---|---|---| | `docker/setup-qemu-action` | `ce360397` ([v4.0.0](https://github.com/docker/setup-qemu-action/releases/tag/v4.0.0), 2026-03-04) | `96fe6ef7` ([v4.2.0](https://github.com/docker/setup-qemu-action/releases/tag/v4.2.0), 2026-07-01) | | `docker/setup-buildx-action` | `4d04d5d9` ([v4.0.0](https://github.com/docker/setup-buildx-action/releases/tag/v4.0.0), 2026-03-05) | `37fe6310` ([v4.3.0](https://github.com/docker/setup-buildx-action/releases/tag/v4.3.0), 2026-08-17) | | `docker/login-action` | `4907a6dd` ([v4.1.0](https://github.com/docker/login-action/releases/tag/v4.1.0), 2026-04-02) | `dbcb8138` ([v4.6.0](https://github.com/docker/login-action/releases/tag/v4.6.0), 2026-07-29) | | `docker/build-push-action` | `bcafcacb` ([v7.1.0](https://github.com/docker/build-push-action/releases/tag/v7.1.0), 2026-04-09) | `53b7df96` ([v7.3.0](https://github.com/docker/build-push-action/releases/tag/v7.3.0), 2026-07-01) | ### Why are the changes needed? The previously pinned hashes are no longer listed in the ASF-approved patterns. This PR brings the workflow back into compliance with the ASF GitHub Actions policy and picks up the latest releases of these actions. ### Does this PR introduce _any_ user-facing change? No. This is an infra-only change. ### How was this patch tested? Manual review. Each new hash was verified against `approved_patterns.yml` and its corresponding release tag via the GitHub API. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Fable 5.1 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
