From b7b1e155c3d79d9825ccc1fe8e3b63ac6de6d8c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 19:14:44 +0100 Subject: [PATCH] chore: bump SonarSource/sonarcloud-github-action from 1.7 to 1.8 (#136) Bumps [SonarSource/sonarcloud-github-action](https://github.com/SonarSource/sonarcloud-github-action) from 1.7 to 1.8. - [Release notes](https://github.com/SonarSource/sonarcloud-github-action/releases) - [Commits](https://github.com/SonarSource/sonarcloud-github-action/compare/v1.7...v1.8) --- 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 e50e4f6..d739bfd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -106,7 +106,7 @@ jobs: - name: SonarCloud Scan if: env.SONAR_TOKEN != '' - uses: SonarSource/sonarcloud-github-action@v1.7 + uses: SonarSource/sonarcloud-github-action@v1.8 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}