yuqi1129 opened a new pull request, #10504: URL: https://github.com/apache/gravitino/pull/10504
### What changes were proposed in this pull request? Pin all `docker/*` GitHub Actions from the floating major-version tag `@v3` to the fully-qualified `@v3.6.0` in every CI workflow file. Affected files (10): - `.github/workflows/access-control-integration-test.yml` - `.github/workflows/python-integration-test.yml` - `.github/workflows/trino-integration-test.yml` - `.github/workflows/backend-integration-test-action.yml` - `.github/workflows/cron-integration-test.yml` - `.github/workflows/gvfs-fuse-build-test.yml` - `.github/workflows/flink-integration-test-action.yml` - `.github/workflows/spark-integration-test-action.yml` - `.github/workflows/frontend-integration-test.yml` - `.github/workflows/docker-image.yml` ### Why are the changes needed? Fix #10502 The Apache GitHub organization policy requires fully-qualified action version tags (e.g. `@v3.6.0`) rather than major-version aliases (`@v3`). All CI runs that reference `docker/setup-qemu-action@v3` are currently failing with: > The action docker/setup-qemu-action@v3 is not allowed in apache/gravitino because all actions must be from a repository owned by your enterprise, created by GitHub, or match one of the patterns ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? CI-only change; no logic modified. -- 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]
