diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e205c1169..ebed20946 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: name: code-coverage-ubuntu-latest-22.x path: coverage/ - name: SonarCloud Scan - uses: SonarSource/sonarcloud-github-action@v3 + uses: SonarSource/sonarcloud-github-action@v4 if: ${{ github.actor != 'dependabot[bot]' }} with: projectBaseDir: ${{ matrix.project-root }}