From 5ad9c21a162ae4245689be7ad5efeab57b70d01d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 10:58:31 +0000 Subject: [PATCH] [Oztechan/CCC#1457] Update sonarsource/sonarcloud-github-action action to v3.1.0 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 6e681e81e..99351dd38 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.0.0 + uses: sonarsource/sonarcloud-github-action@v3.1.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}