diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index bf8f3ce..56ad4fe 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -9,7 +9,7 @@ jobs: # Disabling shallow clones is recommended for improving the relevancy of reporting fetch-depth: 0 - name: SonarQube Scan - uses: sonarsource/sonarqube-scan-action@v3.0.0 + uses: sonarsource/sonarqube-scan-action@v2.3.0 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}