Code QL error for Java #29492
Unanswered
pennywise-01
asked this question in
Code Security
Replies: 1 comment 3 replies
-
|
If this is on a public repository: could you post a link to the full Actions log please? That will help us understand the problem better. What I can tell from the screen shot is that CodeQL either (a) wasn't able to automatically determine how to successfully compile your Java code or (b) the compilation was successful, but no Java source code was seen during it. Option (a) is most likely, which means that you should probably tell CodeQL how to compile your source code. Here are some instructions on how to configure that. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I am new with Code QL and I have a problem to set workflow for java. The error showed like this:

I read the GitHub documentation but did not understand anything from it, can anyone help me?
Beta Was this translation helpful? Give feedback.
All reactions