diff --git a/.github/workflows/theme-ci.yml b/.github/workflows/theme-ci.yml index 53d06d9de..5195cb1c1 100644 --- a/.github/workflows/theme-ci.yml +++ b/.github/workflows/theme-ci.yml @@ -96,7 +96,7 @@ jobs: yarn install - name: SonarCloud Scan - uses: SonarSource/sonarcloud-github-action@master + uses: SonarSource/sonarqube-scan-action@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}