From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 20:15:23 +0000 (+0000) Subject: build(deps): bump sonarsource/sonarcloud-github-action X-Git-Tag: v2.6.22~19^2^2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=09d618c908c36b2d9da0f034900510fa4e6ea8d6;p=poolifier.git build(deps): bump sonarsource/sonarcloud-github-action Bumps [sonarsource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action) from 1.9.1 to 2.0.0. - [Release notes](https://github.com/sonarsource/sonarcloud-github-action/releases) - [Commits](https://github.com/sonarsource/sonarcloud-github-action/compare/v1.9.1...v2.0.0) --- updated-dependencies: - dependency-name: sonarsource/sonarcloud-github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e48f47aa..01419e26 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: - name: Sonar Code Analysis if: ${{ github.repository == 'poolifier/poolifier' && matrix.os == 'ubuntu-latest' && matrix.node == '18.x' }} - uses: sonarsource/sonarcloud-github-action@v1.9.1 + uses: sonarsource/sonarcloud-github-action@v2.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}