diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 121b6e49..5d931432 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -63,7 +63,7 @@ jobs: bin/behat --format progress - name: SonarCloud Scan - 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 }}