diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index a31328b..6b492cd 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -30,6 +30,6 @@ jobs: uv run coverage xml - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v7 + uses: SonarSource/sonarqube-scan-action@v8 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}