diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index f8b350b..b899444 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -36,7 +36,7 @@ jobs: working-directory: ${{ github.workspace }} - name: Analyze with SonarQube - uses: SonarSource/sonarqube-scan-action@v5 + uses: SonarSource/sonarqube-scan-action@v8 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}