diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 811681e..f1bfe1d 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@v5 + uses: SonarSource/sonarqube-scan-action@v6 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}