diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ca802151a..61a9714f5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -275,7 +275,7 @@ jobs: coverage-reports: build/reports/kover/report.xml - 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 }}