From 9c2156b54372225ab6a7158e526291d7d73120b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 05:37:01 +0100 Subject: [PATCH] Bump sonarsource/sonarcloud-github-action from 2.0.2 to 2.1.0 (#172) Bumps [sonarsource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action) from 2.0.2 to 2.1.0. - [Release notes](https://github.com/sonarsource/sonarcloud-github-action/releases) - [Commits](https://github.com/sonarsource/sonarcloud-github-action/compare/v2.0.2...v2.1.0) --- updated-dependencies: - dependency-name: sonarsource/sonarcloud-github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7aa9c09..d415f2c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -133,7 +133,7 @@ jobs: sed -i "s|$GITHUB_WORKSPACE|/github/workspace|g" phpunit.report-junit.xml - name: Run SonarQube analysis - uses: sonarsource/sonarcloud-github-action@v2.0.2 + uses: sonarsource/sonarcloud-github-action@v2.1.0 if: matrix.run-sonarqube-analysis env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}