From 7774d26d7f7b6b0f440a64f0b891a0ce5ae07311 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 16:01:16 +0000 Subject: [PATCH] chore(deps): update sonarsource/sonarcloud-github-action action to v2.3.0 --- .github/workflows/code-quality.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-quality.yaml b/.github/workflows/code-quality.yaml index e073cf067..9da349ca6 100644 --- a/.github/workflows/code-quality.yaml +++ b/.github/workflows/code-quality.yaml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: SonarCloud Scan - uses: SonarSource/sonarcloud-github-action@v2.0.2 + uses: SonarSource/sonarcloud-github-action@v2.3.0 with: projectBaseDir: apps/server env: @@ -38,7 +38,7 @@ jobs: run: yarn --frozen-lockfile - name: SonarCloud Scan - uses: SonarSource/sonarcloud-github-action@v2.0.2 + uses: SonarSource/sonarcloud-github-action@v2.3.0 with: projectBaseDir: apps/web env: