After start using Sonar and adding it to my CI, I see 2 checks

After join to SonarQube and start my trial, I’ve installed the connection between my GitHub to SonarQube, and based on the installation guide, I’ve add SonarQube workflow to my github repo. But now I see 2 checks:

  1. "CodeQL - Code Quality" - I can’t see the workflow file
  2. Build” - which I can see it’s the workflow file I got from Sonar, and it’s running forever (I had one time memory head and I’ve added flag to limit)

What is the difference between them? Do I need them both?

Hi,

Welcome to the community!

CodeQL isn’t from us. It looks like you’re trialing two different products simultaneously, one from us and one from GitHub.

 
Ann

and what about this case?

Hi,

We would really need to see your pipeline. It’s possible that’s a prepare step and then an analysis. Retrieving the Quality Gate status can also show up as a separate step.

 
Ann