From 56ec92e836952b0f05fefec600a23ba0af6424c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 23:35:16 +0200 Subject: [PATCH] build(deps): bump sonarsource/sonarcloud-github-action from 3.0 to 3.1 (#639) --- .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 8c39cd5..8b9315e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -239,7 +239,7 @@ jobs: mv ./var/coverage/clover.xml coverage.xml - name: SonarCloud Scan - uses: sonarsource/sonarcloud-github-action@v3.0 + uses: sonarsource/sonarcloud-github-action@v3.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}