xwm1992 commented on code in PR #4543:
URL: https://github.com/apache/eventmesh/pull/4543#discussion_r1383422450


##########
.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:
   > The error 'CodeQL detected code written in Java/Kotlin, Go and c, but not 
any written in C/C++' is still reported in CI. I saw that the CI result shows 
that this step has been skipped. Is it because this judgment condition requires 
the addition of `matrix. language=='c'`?
   > 
   > CI仍然报这个错"CodeQL detected code written in Java/Kotlin, Go and c, but not 
any written in C/C++"。我看CI结果显示这一步跳过了,是不是因为这个判断条件需要加上`matrix.language =='c'`?
   
   cpp is c/c++, and there are language settings to display it in CodeQL
   
   ---
   cpp就是c/c++,CodeQL里面有显示它的语言设置



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

Reply via email to