From df58e28120ca46e4f67c447a3d42911abd3e41f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 16:19:58 +0000 Subject: [PATCH] Bump sonarsource/sonarcloud-github-action from 2.3.0 to 3.0.0 (#2060) Bumps [sonarsource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action) from 2.3.0 to 3.0.0. - [Release notes](https://github.com/sonarsource/sonarcloud-github-action/releases) - [Commits](https://github.com/sonarsource/sonarcloud-github-action/compare/v2.3.0...v3.0.0) --- updated-dependencies: - dependency-name: sonarsource/sonarcloud-github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 410815ee7..c5b7d68e6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -301,7 +301,7 @@ jobs: uses: codecov/codecov-action@v4.5.0 - name: SonarCloud Scan - uses: sonarsource/sonarcloud-github-action@v2.3.0 + uses: sonarsource/sonarcloud-github-action@v3.0.0 # thought about just skipping dependabot # if: ${{ github.actor != 'dependabot[bot]' }} # but figured all pull requests seems better, since none of them will have access to sonarcloud. @@ -364,7 +364,7 @@ jobs: # if: ${{ github.event_name != 'pull_request' }} # so just skip everything but main if: github.ref_name == 'main' - uses: sonarsource/sonarcloud-github-action@v2.3.0 + uses: sonarsource/sonarcloud-github-action@v3.0.0 with: projectBaseDir: spiffworkflow-frontend env: