From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 20:19:22 +0000 (+0000) Subject: build(deps): bump sonarsource/sonarcloud-github-action X-Git-Tag: v4.0.12~8^2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=003ff992a2f325ea7a8bb0861ec0ee59424ecc01;p=poolifier.git build(deps): bump sonarsource/sonarcloud-github-action Bumps [sonarsource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/sonarsource/sonarcloud-github-action/releases) - [Commits](https://github.com/sonarsource/sonarcloud-github-action/compare/v2.1.1...v2.2.0) --- updated-dependencies: - dependency-name: sonarsource/sonarcloud-github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b292e50..d8f3ab84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: - name: SonarCloud Code Analysis if: ${{ steps.sonar-token.outputs.available == 'true' && github.repository == 'poolifier/poolifier' && matrix.os == 'ubuntu-latest' && matrix.node == '20.x' }} - uses: sonarsource/sonarcloud-github-action@v2.1.1 + uses: sonarsource/sonarcloud-github-action@v2.2.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}