I was able to configure the SonarQube server to talk to our GitHub repo (https://git.dot.gov/). I was successfully able to run the scan on one of the repo and analyze project locally. But it involves lot of manual steps to run the scan which is not feasible for long run. So I started exploring the option of analyzing the repository using GitHub actions but still there is no luck. I am stuck at executing the build action on GitHub repo
I’m not sure there’s any help we can provide – you should work on making sure that GitHub Actions works as expected for your environment, and then add in SonarQube analysis (at which point we can be helpful).