From 07df99158b297014283e3d4dee1e7f9ab273a1ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 06:52:31 +0000 Subject: [PATCH] BAU: Bump sonarsource/sonarcloud-github-action from 2.3.0 to 3.0.0 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/e44258b109568baa0df60ed515909fc6c72cba92...eb211723266fe8e83102bac7361f0a05c3ac1d1b) --- updated-dependencies: - dependency-name: sonarsource/sonarcloud-github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/analyse-on-merge.yml | 2 +- .github/workflows/pre-merge-checks.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/analyse-on-merge.yml b/.github/workflows/analyse-on-merge.yml index b2b1d9d65..94310f51a 100644 --- a/.github/workflows/analyse-on-merge.yml +++ b/.github/workflows/analyse-on-merge.yml @@ -40,7 +40,7 @@ jobs: - name: Run lint run: yarn lint - name: SonarCloud Scan - uses: sonarsource/sonarcloud-github-action@e44258b109568baa0df60ed515909fc6c72cba92 # v2.3.0 + uses: sonarsource/sonarcloud-github-action@eb211723266fe8e83102bac7361f0a05c3ac1d1b # v3.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} diff --git a/.github/workflows/pre-merge-checks.yml b/.github/workflows/pre-merge-checks.yml index ccdaad3d8..f3f25d14c 100644 --- a/.github/workflows/pre-merge-checks.yml +++ b/.github/workflows/pre-merge-checks.yml @@ -45,7 +45,7 @@ jobs: - name: Run test coverage run: yarn test:coverage - name: SonarCloud Scan - uses: sonarsource/sonarcloud-github-action@e44258b109568baa0df60ed515909fc6c72cba92 # v2.3.0 + uses: sonarsource/sonarcloud-github-action@eb211723266fe8e83102bac7361f0a05c3ac1d1b # v3.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}