diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index e31507b0662..0919c25e296 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -58,7 +58,7 @@ jobs: cat coverage/sonar_env - name: Sonarqube Scan - uses: SonarSource/sonarqube-scan-action@v2 + uses: SonarSource/sonarqube-scan-action@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}