build(deps): bump sonarsource/sonarcloud-github-action
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 13 Dec 2023 20:43:52 +0000 (20:43 +0000)
committerGitHub <noreply@github.com>
Wed, 13 Dec 2023 20:43:52 +0000 (20:43 +0000)
Bumps [sonarsource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/sonarsource/sonarcloud-github-action/releases)
- [Commits](https://github.com/sonarsource/sonarcloud-github-action/compare/v2.1.0...v2.1.1)

---
updated-dependencies:
- dependency-name: sonarsource/sonarcloud-github-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/ci.yml

index 3647760513c4cd09456eeb40850b1bb282007a9b..f76dda13dda1fc64b61fd99351186643da1d59d3 100644 (file)
@@ -69,7 +69,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.0
+        uses: sonarsource/sonarcloud-github-action@v2.1.1
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
           SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}