diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index 5b3c96a..d53f983 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -70,7 +70,7 @@ jobs: run: sed -i "s+${GITHUB_WORKSPACE}+/github/workspace+g" eslint-report.json - name: SonarCloud Scan - uses: SonarSource/sonarcloud-github-action@v1.9 + uses: SonarSource/sonarcloud-github-action@v2.1.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}