RockteMQ-AI commented on issue #2549: URL: https://github.com/apache/rocketmq-dashboard/issues/2549#issuecomment-5396370923
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The CI `startup_failure` is verified — recent runs on `feat/studio-native-alerting-foundation` (e.g. [run #32613822338](https://github.com/apache/rocketmq-dashboard/actions/runs/32613822338)) show `conclusion: startup_failure`, consistent with the Actions policy rejecting unapproved floating tags. **Root Cause:** `.github/workflows/ci.yml` references `docker/setup-buildx-action@v3` and `docker/build-push-action@v6` using floating tags, which the Apache org Actions policy does not allow. **Impact:** The `frontend-docker-build` job cannot start, losing frontend Docker-image build coverage for all PRs. **Fix:** Pin both Docker actions to immutable commit SHAs from Apache's approved patterns. PR #2550 already addresses this. **Severity:** medium — CI coverage gap, no user-facing impact. --- *Automated evaluation by RockteMQ-AI* -- 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]
