dongjoon-hyun opened a new pull request, #110: URL: https://github.com/apache/spark-docker/pull/110
### What changes were proposed in this pull request? This PR updates all `docker/*` GitHub Actions in `.github/workflows/main.yml` from major version tags to ASF-approved commit hashes registered in [`apache/infrastructure-actions/approved_patterns.yml`](https://raw.githubusercontent.com/apache/infrastructure-actions/main/approved_patterns.yml). | Action | Before | After (latest approved) | |---|---|---| | `docker/setup-qemu-action` | `@v3` | `@ce360397dd3f832beb865e1373c09c0e9f86d70a` (v4.0.0) | | `docker/setup-buildx-action` | `@v2` | `@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd` (v4.0.0) | | `docker/build-push-action` (×3) | `@v3` | `@bcafcacb16a39f128d818304e6c9c0c18556b85f` (v7.1.0) | | `docker/login-action` (×2) | `@v2` | `@4907a6ddec9925e35a0a9e82d7399ccc52663121` (v4.1.0) | ### Why are the changes needed? ASF Infrastructure policy requires GitHub Actions to be pinned to commit hashes listed in `approved_patterns.yml`. The current `docker/*` references use legacy major version tags (`@v2`/`@v3`) that are out of compliance and several major versions behind upstream. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Opus 4.7 (1M context) -- 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]
