Aias00 opened a new issue, #2549: URL: https://github.com/apache/rocketmq-dashboard/issues/2549
## Problem The CI workflow fails during startup before any job runs because the repository Actions policy rejects the floating references `docker/setup-buildx-action@v3` and `docker/build-push-action@v6`. The failure was observed in https://github.com/apache/rocketmq-dashboard/actions/runs/32613822338. ## Impact The `frontend-docker-build` job cannot start, so CI loses the frontend Docker-image build coverage. ## Proposed fix Replace both floating tags in `.github/workflows/ci.yml` with immutable Docker action commits included in Apache's approved Actions patterns. Keep the existing build context, image tag, and GitHub Actions cache configuration unchanged. -- 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]
