diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 09d09ea8..5c206df9 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 - name: SonarQube Scan - uses: sonarsource/sonarqube-scan-action@v6 + uses: sonarsource/sonarqube-scan-action@v8 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}