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:
"CodeQL - Code Quality" - I can’t see the workflow file
“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?
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.