nddipiazza opened a new pull request, #2779: URL: https://github.com/apache/tika/pull/2779
## Summary Pin all `docker/*` GitHub Actions to exact commit SHAs to comply with the Apache GitHub Actions allowlist policy, as recommended by Dianjin Wang (ASF Infra) on [INFRA-27837](https://issues.apache.org/jira/browse/INFRA-27837). This mirrors the same fix applied in [apache/cloudberry#1688](https://github.com/apache/cloudberry/pull/1688). ## Changes | Action | Before | After | |--------|--------|-------| | `docker/setup-buildx-action` | `@v3` | `@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f` (v3.12.0) | | `docker/login-action` | `@v3` | `@c94ce9fb468520275223c153574b00df6fe4bcc9` (v3.7.0) | | `docker/build-push-action` | `@v6` | `@10e90e3645eae34f1e60eeb005ba3a3d33f178e8` (v6.19.2) | | `docker/setup-qemu-action` | `@v3` action | Native CLI: `docker run --privileged tonistiigi/binfmt --install all` | `docker/setup-qemu-action` is replaced with a native CLI step because it is still not on the ASF allowlist (noted by INFRA team as an open issue). ## Critical Files - `.github/workflows/docker-snapshot.yml` - `.github/workflows/docker-release.yml` -- 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]
