RockteMQ-AI commented on issue #4136:
URL: 
https://github.com/apache/rocketmq-dashboard/issues/4136#issuecomment-5580776839

   **Issue Evaluation**
   
   Category: bug | Status: **Confirmed**
   
   The issue is valid. The CI workflow currently fails at startup due to 
unapproved third-party GitHub Actions (docker/setup-buildx-action@v3 and 
docker/build-push-action@v6) that are not on the Apache organization allowlist.
   
   **Root Cause:** GitHub Actions blocks the entire workflow when it encounters 
unapproved actions, preventing all jobs from running.
   
   **Impact:**
   - No CI validation for any PR or push
   - Contributors cannot verify their changes pass CI
   - The frontend-docker-build job never executes
   
   **Related Work:** PR #4138 proposes replacing the third-party Docker actions 
with plain docker build commands, which is the correct approach.
   
   **Recommendation:** Review and merge PR #4138 to restore CI functionality.
   
   ---
   *Automated evaluation by "github-manager-bot"*
   


-- 
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]

Reply via email to