pandaapo commented on code in PR #4543:
URL: https://github.com/apache/eventmesh/pull/4543#discussion_r1384183085
##########
.github/workflows/ci.yml:
##########
@@ -48,6 +48,11 @@ jobs:
# queries: ./path/to/local/query, your-org/your-repo/queries@main
languages: ${{ matrix.language }}
+ - if: matrix.language == 'cpp' || matrix.language == 'csharp'
+ name: Build C
+ run: |
+ make
Review Comment:
> [xwm1992#11](https://github.com/xwm1992/EventMesh/pull/11)
> This is the pr modification of my own repository. It shows that the ci
check passed, but the submission to the apache repository failed.
After comparing the CI information of the two repositories, there are still
differences. The
[former](https://github.com/xwm1992/EventMesh/actions/runs/6768864136/job/18394116655?pr=11)'s
CodeQL seems to only analyze Java, while the
[latter](https://github.com/apache/eventmesh/actions/runs/6768882396/job/18394170553?pr=4543)
is not. But I am not sure about the specific reason.


---
对比了一下两个仓库的CI信息,还是有差别的。[前者](https://github.com/xwm1992/EventMesh/actions/runs/6768864136/job/18394116655?pr=11)的CodeQL好像只分析java的,[后者](https://github.com/apache/eventmesh/actions/runs/6768882396/job/18394170553?pr=4543)则不是。但具体原因我也不清楚。
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]