From 86eb73949fc928ce434c391aaa38ee2895fb6679 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Nov 2022 09:00:18 +0000 Subject: [PATCH] gh-actions(deps): bump sonarsource/sonarcloud-github-action Bumps [sonarsource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action) from 1.6 to 1.8. - [Release notes](https://github.com/sonarsource/sonarcloud-github-action/releases) - [Commits](https://github.com/sonarsource/sonarcloud-github-action/compare/v1.6...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/test-python-package.yaml | 2 +- .github/workflows/test-python-plugin-example.yaml | 2 +- .github/workflows/test-web-ui.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-python-package.yaml b/.github/workflows/test-python-package.yaml index b3e25743..88a5ea4f 100644 --- a/.github/workflows/test-python-package.yaml +++ b/.github/workflows/test-python-package.yaml @@ -271,7 +271,7 @@ jobs: path: ${{ env.project-directory }}/${{ env.reports-directory }} - name: SonarCloud Scan # see https://github.com/SonarSource/sonarcloud-github-action - uses: sonarsource/sonarcloud-github-action@v1.6 + uses: sonarsource/sonarcloud-github-action@v1.8 with: projectBaseDir: ${{ env.project-directory }} env: diff --git a/.github/workflows/test-python-plugin-example.yaml b/.github/workflows/test-python-plugin-example.yaml index 92f77330..720b4497 100644 --- a/.github/workflows/test-python-plugin-example.yaml +++ b/.github/workflows/test-python-plugin-example.yaml @@ -232,7 +232,7 @@ jobs: path: ${{ env.project-directory }}/${{ env.reports-directory }} - name: SonarCloud Scan # see https://github.com/SonarSource/sonarcloud-github-action - uses: sonarsource/sonarcloud-github-action@v1.6 + uses: sonarsource/sonarcloud-github-action@v1.8 with: projectBaseDir: ${{ env.project-directory }} env: diff --git a/.github/workflows/test-web-ui.yaml b/.github/workflows/test-web-ui.yaml index 454bced1..0194f67f 100644 --- a/.github/workflows/test-web-ui.yaml +++ b/.github/workflows/test-web-ui.yaml @@ -63,7 +63,7 @@ jobs: fetch-depth: 0 - name: SonarCloud Scan # see https://github.com/SonarSource/sonarcloud-github-action - uses: sonarsource/sonarcloud-github-action@v1.6 + uses: sonarsource/sonarcloud-github-action@v1.8 with: projectBaseDir: ${{ env.project-directory }} env: