From 1d5ad765ea041012cad5df400ff3389109c2f605 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 19:57:35 +0000 Subject: [PATCH] [Oztechan/CCC#1457] Update sonarsource/sonarcloud-github-action action to v4 Co-authored-by: Mustafa Ozhan --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2fa8fa8a5..99d1f1fb6 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 }}