gaogaotiantian opened a new pull request, #58070:
URL: https://github.com/apache/spark/pull/58070

   ### What changes were proposed in this pull request?
   
   Backport of [SPARK-58834](https://issues.apache.org/jira/browse/SPARK-58834) 
to `branch-4.0`. ASF's actions allow-list update 
(apache/infrastructure-actions@273b783) removed the expired docker action pins 
that Spark CI was using. This PR bumps the affected pins in 
`.github/workflows/build_and_test.yml` and 
`.github/workflows/build_infra_images_cache.yml` to the latest allow-listed 
versions:
   
   | Action | Old | New |
   |---|---|---|
   | `docker/setup-buildx-action` | v4.0.0 (`4d04d5d`) | v4.2.0 (`bb05f3f`) |
   | `docker/login-action` | v4.1.0 (`4907a6d`) | v4.6.0 (`dbcb813`) |
   | `docker/build-push-action` | v7.1.0 (`bcafcac`) | v7.3.0 (`53b7df9`) |
   | `docker/setup-qemu-action` | v4.0.0 (`ce36039`) | v4.2.0 (`96fe6ef`) |
   
   The first three pins were removed from the allow-list; 
`docker/setup-qemu-action` was not removed in that commit but its v4.0.0 pin 
was expiring, so it is bumped in the same pass.
   
   ### Why are the changes needed?
   
   The removed pins are no longer on the ASF actions allow-list, which would 
cause CI jobs that use these docker actions to fail.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   CI on this PR exercises the updated actions.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Code (Opus 4.8)


-- 
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]

Reply via email to