diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 0919c25e296..31f98209279 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@v3 + uses: SonarSource/sonarqube-scan-action@v4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}