diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 6cf7b38..820bd93 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -37,6 +37,6 @@ jobs: - run: make lint - run: make test-coverage - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v7 + uses: SonarSource/sonarqube-scan-action@v8 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}