Hello, we are currently using SonarQube Enterprise version 9.9 and want to upgrade to 10.7. We have setup a test instance with that version and we use GitHub Actions to trigger Scan and Code Quality using actions.
I am getting this error when using sonarsource/sonarqube-quality-gate-action@v1.1.0
action
“curl: (22) The requested URL returned error: 404”. The action is calling this script sonarqube-quality-gate-action/script/check-quality-gate.sh at v1.1.0 · SonarSource/sonarqube-quality-gate-action · GitHub
Can you please let me know if the action is no longer accurate with the latest version of SonarQube?
Thanks,
Shankar.
Hey there.
This rings a bell – have you made sure that the global Administration > General > Server Base URL is correctly configured on your test instance?
Thanks Colin, that’s a good catch. The Server Base URL was incorrect (pointing to the prod instance), and I fixed it. However the action is still failing with the same error. Please let me know if there’s anything else I can look into.