From 855f68d80a7e14e12fdd0001c91ee36e24765b22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 21:27:15 +0000 Subject: [PATCH] chore(deps): bump SonarSource/sonarcloud-github-action from 3 to 5 Bumps [SonarSource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action) from 3 to 5. - [Release notes](https://github.com/sonarsource/sonarcloud-github-action/releases) - [Commits](https://github.com/sonarsource/sonarcloud-github-action/compare/v3...v5) --- updated-dependencies: - dependency-name: SonarSource/sonarcloud-github-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/core-backend-tests.yaml | 2 +- .github/workflows/frontend-tests.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/core-backend-tests.yaml b/.github/workflows/core-backend-tests.yaml index dc3e4f9b..78aa0c86 100644 --- a/.github/workflows/core-backend-tests.yaml +++ b/.github/workflows/core-backend-tests.yaml @@ -59,7 +59,7 @@ jobs: run: git fetch --unshallow - name: SonarCloud Scan - uses: SonarSource/sonarcloud-github-action@v3 + uses: SonarSource/sonarcloud-github-action@v5 if: ${{ github.actor != 'dependabot[bot]' }} continue-on-error: true env: diff --git a/.github/workflows/frontend-tests.yaml b/.github/workflows/frontend-tests.yaml index df7a9f6b..461e8e56 100644 --- a/.github/workflows/frontend-tests.yaml +++ b/.github/workflows/frontend-tests.yaml @@ -50,7 +50,7 @@ jobs: run: git fetch --unshallow - name: UI SonarCloud Scan - uses: SonarSource/sonarcloud-github-action@v3 + uses: SonarSource/sonarcloud-github-action@v5 if: ${{ github.actor != 'dependabot[bot]' }} continue-on-error: true env: