build(deps): bump sonarsource/sonarcloud-github-action (#2537)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 20 Aug 2024 20:48:15 +0000 (22:48 +0200)
committerGitHub <noreply@github.com>
Tue, 20 Aug 2024 20:48:15 +0000 (20:48 +0000)
Bumps [sonarsource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action) from 2.3.0 to 3.0.0.
- [Release notes](https://github.com/sonarsource/sonarcloud-github-action/releases)
- [Commits](https://github.com/sonarsource/sonarcloud-github-action/compare/v2.3.0...v3.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/ci.yml

index 5263652e32724f3bad47b8c9fa2a8c5cddf18e97..9912007e665077c59e716e4278c6be0d4b576b69 100644 (file)
@@ -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.3.0
+        uses: sonarsource/sonarcloud-github-action@v3.0.0
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
           SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}