diff --git a/.github/workflows/_build.yml b/.github/workflows/_build.yml index 9f798482929..eb940270432 100644 --- a/.github/workflows/_build.yml +++ b/.github/workflows/_build.yml @@ -47,7 +47,7 @@ jobs: - name: SonarCloud Scan if: github.event_name == 'pull_request' || startsWith(github.ref, 'refs/tags/') - uses: SonarSource/sonarqube-scan-action@c7ee0f9df90b7aa20e8dcf9695dcfe2e7da5b4f2 # v7.2.1 + uses: SonarSource/sonarqube-scan-action@7006c4492b2e0ee0f816d36501671557c97f5995 # v8.1.0 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_PULL_REQUEST_BASE: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.ref || '' }}