diff --git a/.github/workflows/SonarQube.yml b/.github/workflows/SonarQube.yml index 50dd3d39..bed3ddb5 100644 --- a/.github/workflows/SonarQube.yml +++ b/.github/workflows/SonarQube.yml @@ -14,7 +14,7 @@ jobs: with: fetch-depth: 0 - - uses: SonarSource/sonarqube-scan-action@v7 + - uses: SonarSource/sonarqube-scan-action@v8 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}