From 10750d8e0e82e24151e6cc5e960e4a32aa4161fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Oct 2022 21:53:03 +0100 Subject: [PATCH] Bump sonarsource/sonarcloud-github-action from 1.6 to 1.7 (#125) Bumps [sonarsource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action) from 1.6 to 1.7. - [Release notes](https://github.com/sonarsource/sonarcloud-github-action/releases) - [Commits](https://github.com/sonarsource/sonarcloud-github-action/compare/v1.6...v1.7) --- updated-dependencies: - dependency-name: sonarsource/sonarcloud-github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] 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 3eaa3b6..cc4b0d4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -140,7 +140,7 @@ jobs: sed -i "s|$GITHUB_WORKSPACE|/github/workspace|g" phpunit.report-junit.xml - name: Run SonarQube analysis - uses: sonarsource/sonarcloud-github-action@v1.6 + uses: sonarsource/sonarcloud-github-action@v1.7 if: matrix.run-sonarqube-analysis env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}