diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 989b7ca..ebfc258 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: name: coverage-report - name: SonarCloud Scan if: github.event_name != 'pull_request' || github.event.pull_request.user.login != 'dependabot[bot]' - uses: SonarSource/sonarqube-scan-action@713881670b6b3676cda39549040e2d88c70d582e # v8 + uses: SonarSource/sonarqube-scan-action@22918119ff8e1ca75a623e15c8296b6ea4fbe28f # v8 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - name: Skip SonarCloud scan for Dependabot