X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=f48baf21a7062ffe14da4386fb2bf7c42c316b5c;hb=ada0c1ead79ff48eae54a5594c3bdf4553aa791b;hp=48e5cfb9a9de7e94d2fe1950d8f674fce2f63535;hpb=0121b86f492e3182590e652a4a11e04b85d7d066;p=e-mobility-charging-stations-simulator.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 48e5cfb9..f48baf21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,9 +42,7 @@ jobs: - name: Pull Request Dependency Review if: ${{ github.event_name == 'pull_request' && matrix.os == 'ubuntu-latest' && matrix.node == '20.x' }} uses: actions/dependency-review-action@v4 - - uses: pnpm/action-setup@v3 - with: - version: 8 + - uses: pnpm/action-setup@v4 - name: Setup node ${{ matrix.node }} uses: actions/setup-node@v4 with: @@ -67,7 +65,7 @@ jobs: run: pnpm coverage - name: SonarCloud Scan if: ${{ needs.check-secrets.outputs.sonar-token-exists == 'true' && github.repository == 'sap/e-mobility-charging-stations-simulator' && 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 }} @@ -95,9 +93,7 @@ jobs: - name: Pull Request Dependency Review if: ${{ github.event_name == 'pull_request' && matrix.os == 'ubuntu-latest' && matrix.node == '20.x' }} uses: actions/dependency-review-action@v4 - - uses: pnpm/action-setup@v3 - with: - version: 8 + - uses: pnpm/action-setup@v4 - name: Setup node ${{ matrix.node }} uses: actions/setup-node@v4 with: @@ -120,7 +116,7 @@ jobs: run: pnpm coverage - name: SonarCloud Scan if: ${{ needs.check-secrets.outputs.sonar-token-exists == 'true' && github.repository == 'sap/e-mobility-charging-stations-simulator' && matrix.os == 'ubuntu-latest' && matrix.node == '20.x' }} - uses: sonarsource/sonarcloud-github-action@v2.1.1 + uses: sonarsource/sonarcloud-github-action@v2.2.0 with: projectBaseDir: ui/web env: