diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 4ed5556..9e6882a 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -44,7 +44,7 @@ jobs: run: make coverage-sonar-check - name: Official SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v8.2.0 + uses: SonarSource/sonarqube-scan-action@v8.2.1 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # Default to SonarCloud when the repo variable is unset (empty env breaks the scanner).