Hello, we are experiencing an issue with our SonarCloud integration. The sonarqube-quality-gate-check step in our process is blocked by the following $\text{HTTP } 404$ error: curl: (22) The requested URL returned error: 404.
The actual github actions workflow look like this :
- name: SonarQube Scan uses: SonarSource/sonarqube-scan-action@v6.0.0 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: https://sonarcloud.io # Check the Quality Gate status - name: SonarQube Quality Gate check id: sonarqube-quality-gate-check uses: sonarsource/sonarqube-quality-gate-action@v1.2.0 with: pollingTimeoutSec: 900 #15 minutes env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: https://sonarcloud.io
