diff --git a/.github/workflows/npm_build.yml b/.github/workflows/npm_build.yml index dda5e87..b05e4f0 100644 --- a/.github/workflows/npm_build.yml +++ b/.github/workflows/npm_build.yml @@ -50,7 +50,7 @@ jobs: - name: Analyze with SonarCloud if: ${{ github.actor != 'dependabot[bot]' }} - uses: SonarSource/sonarqube-scan-action@v7.0.0 + uses: SonarSource/sonarqube-scan-action@v7.1.0 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}