diff --git a/.github/workflows/sonarqube.yaml b/.github/workflows/sonarqube.yaml index 0cfdd5d..1438928 100644 --- a/.github/workflows/sonarqube.yaml +++ b/.github/workflows/sonarqube.yaml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 - name: Official SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v2.0.2 + uses: SonarSource/sonarqube-scan-action@v5.3.1 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}