From 0e1628a4d443e33f22ed038fc4416f560c11ffd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Nov 2022 20:25:03 +0000 Subject: [PATCH] build(deps): bump SonarSource/sonarcloud-github-action from 1.7 to 1.8 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] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3de3d4..25f1023 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: with: name: code-coverage-report path: coverage/ - - 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 }}