diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index f01838a70..8f2b1c0cf 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -83,7 +83,7 @@ jobs: npx nyc report --reporter=lcov --report-dir=coverage - name: SonarCloud Scan - uses: SonarSource/sonarqube-scan-action@v4 + uses: SonarSource/sonarqube-scan-action@v6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}