diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index d0a3c23..557709a 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -25,7 +25,7 @@ jobs: - run: npm run build - name: SonarQube Scan - uses: sonarsource/sonarqube-scan-action@v8.1 + uses: sonarsource/sonarqube-scan-action@v8.2 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}