diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 0fd65039..c2c46b6d 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -75,7 +75,7 @@ jobs: uses: codecov/codecov-action@v5.1.1 - name: SonarCloud Scan if: github.event.pull_request.head.repo.fork == false - uses: SonarSource/sonarcloud-github-action@v3.1.0 + uses: SonarSource/sonarcloud-github-action@v4.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}