From 2574f2bd5ae059902e36eb873836cf6f63f92b28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 18:45:34 +0000 Subject: [PATCH] actions: bump SonarSource/sonarcloud-github-action from 1.6 to 1.7 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] --- .github/workflows/sonarcloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 99648e83..f821defa 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Analyze - uses: SonarSource/sonarcloud-github-action@v1.6 + uses: SonarSource/sonarcloud-github-action@v1.7 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}