From b1c6667ea7c15e7da6f0b531e7e18de5da1033df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 17:41:03 -0400 Subject: [PATCH] build(deps): bump sonarsource/sonarcloud-github-action from 2.3 to 3.0 (#621) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 77a3bf8..7e8598c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -156,7 +156,7 @@ jobs: mv ./var/coverage/clover.xml coverage.xml - name: SonarCloud Scan - uses: sonarsource/sonarcloud-github-action@v2.3 + uses: sonarsource/sonarcloud-github-action@v3.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}