From ce9fe9dafbad6a397cf2444b708160bee1deaa71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 14:43:42 +0000 Subject: [PATCH] chore(deps): update sonarsource/sonarcloud-github-action action to v2.3.0 | datasource | package | from | to | | ----------- | ------------------------------------ | ------ | ------ | | github-tags | sonarsource/sonarcloud-github-action | v2.1.1 | v2.3.0 | --- .github/workflows/main-sonar-scan.yml | 2 +- .github/workflows/sonar-scan-pr-status-check.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main-sonar-scan.yml b/.github/workflows/main-sonar-scan.yml index 211ebd3..5589763 100644 --- a/.github/workflows/main-sonar-scan.yml +++ b/.github/workflows/main-sonar-scan.yml @@ -20,7 +20,7 @@ jobs: with: fetch-depth: 0 # Disabling shallow clone is recommended for improving relevancy of reporting - name: SonarCloud Scan - uses: sonarsource/sonarcloud-github-action@v2.1.1 + uses: sonarsource/sonarcloud-github-action@v2.3.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} diff --git a/.github/workflows/sonar-scan-pr-status-check.yml b/.github/workflows/sonar-scan-pr-status-check.yml index ac9388b..ff08928 100644 --- a/.github/workflows/sonar-scan-pr-status-check.yml +++ b/.github/workflows/sonar-scan-pr-status-check.yml @@ -19,7 +19,7 @@ jobs: with: fetch-depth: 0 # Disabling shallow clone is recommended for improving relevancy of reporting - name: SonarCloud Scan - uses: sonarsource/sonarcloud-github-action@v2.1.1 + uses: sonarsource/sonarcloud-github-action@v2.3.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}