diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 9ffae623881..5ddf06d80b0 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -61,8 +61,8 @@ jobs: - name: Check artifact run: ls -l coverage - - name: SonarCloud Scan - uses: sonarsource/sonarcloud-github-action@master + - name: Sonarqube Scan + uses: SonarSource/sonarqube-scan-action@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}