X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=55c631682101a46e435a2e2c4c36b95911e3129e;hb=2f22c19f4f784984e53efe84f7a5a9ff125e8c8f;hp=685af355a7f3951306aa49c8a4819b0b3fa43b49;hpb=906ba5c516ac3b3dd99bddefba64e82405b3b8be;p=e-mobility-charging-stations-simulator.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 685af355..55c63168 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,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@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 }} @@ -78,7 +78,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@v1.9.1 + uses: sonarsource/sonarcloud-github-action@v2.0.0 with: projectBaseDir: ui/web env: