Copilot commented on code in PR #10506:
URL: https://github.com/apache/gravitino/pull/10506#discussion_r2972702894
##########
.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/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
Review Comment:
PR description says all `docker/*` actions were SHA-pinned across every CI
workflow, but `.github/workflows/chart-test.yaml` still uses
`docker/setup-qemu-action@v3` and `docker/setup-buildx-action@v3`. Since
`chart-test.yaml` runs on pull requests that touch `.github/workflows/**`
(including this PR), CI will likely continue to fail until that workflow is
updated (or the PR description/scope is adjusted).
--
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]