Copilot commented on code in PR #10504:
URL: https://github.com/apache/gravitino/pull/10504#discussion_r2972511545
##########
.github/workflows/trino-integration-test.yml:
##########
@@ -68,7 +68,7 @@ jobs:
cache: 'gradle'
- name: Set up QEMU
- uses: docker/setup-qemu-action@v3
+ uses: docker/[email protected]
Review Comment:
PR description says all `docker/*` actions were pinned from `@v3` to
`@v3.6.0` in every CI workflow, but `.github/workflows/chart-test.yaml` still
references `docker/setup-qemu-action@v3` and `docker/setup-buildx-action@v3`.
This will likely keep that workflow failing under the Apache action policy;
either update `chart-test.yaml` as well or adjust the PR description/scope
accordingly.
--
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]