diff --git a/.github/workflows/node-coverage.js.yml b/.github/workflows/node-coverage.js.yml index fc189940..4520ad0d 100644 --- a/.github/workflows/node-coverage.js.yml +++ b/.github/workflows/node-coverage.js.yml @@ -37,8 +37,8 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} # required verbose: true # optional (default = false) - - name: SonarCloud Scan - uses: SonarSource/sonarcloud-github-action@master + - name: Analyze with SonarQube / SonarCloud + uses: SonarSource/sonarqube-scan-action@master env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # Needed to get PR information, if any