build(deps): Bump sonarsource/sonarcloud-github-action
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 6 Sep 2023 16:27:04 +0000 (16:27 +0000)
committerGitHub <noreply@github.com>
Wed, 6 Sep 2023 16:27:04 +0000 (16:27 +0000)
Bumps [sonarsource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/sonarsource/sonarcloud-github-action/releases)
- [Commits](https://github.com/sonarsource/sonarcloud-github-action/compare/v2.0.0...v2.0.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 d2b91e2837e6965187964eb9b6908f4ceeaff9bf..3ce95224edc0a42a8d039f1a0b5773bab763c3dd 100644 (file)
@@ -40,7 +40,7 @@ jobs:
         run: pnpm coverage
       - name: SonarCloud Scan
         if: ${{ github.repository == 'sap/e-mobility-charging-stations-simulator' && matrix.os == 'ubuntu-latest' && matrix.node == '18.x' }}
-        uses: sonarsource/sonarcloud-github-action@v2.0.0
+        uses: sonarsource/sonarcloud-github-action@v2.0.1
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
           SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
@@ -80,7 +80,7 @@ jobs:
         run: pnpm coverage
       - name: SonarCloud Scan
         if: ${{ github.repository == 'sap/e-mobility-charging-stations-simulator' && matrix.os == 'ubuntu-latest' && matrix.node == '18.x' }}
-        uses: sonarsource/sonarcloud-github-action@v2.0.0
+        uses: sonarsource/sonarcloud-github-action@v2.0.1
         with:
           projectBaseDir: ui/web
         env: