diff --git a/.github/workflows/go-coverage.yml b/.github/workflows/go-coverage.yml index 8298067..34c590b 100644 --- a/.github/workflows/go-coverage.yml +++ b/.github/workflows/go-coverage.yml @@ -54,7 +54,7 @@ jobs: verbose: true # optional (default = false) - name: Analyze with SonarCloud - uses: SonarSource/sonarcloud-github-action@master + uses: SonarSource/sonarqube-scan-action@master env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # Needed to get PR information, if any