diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 3d389c1a4..3911806d8 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -51,7 +51,7 @@ jobs: - run: npm ci && npm run build && npm run coverage - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v7.1.0 + uses: SonarSource/sonarqube-scan-action@v8.0.0 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}