X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=.github%2Fworkflows%2Fci.yml;h=3419c5719e142d55a15ef939083623bd3cc4fa26;hb=196c7862c09d75bd6d03593fb22b913dd5dc6dfd;hp=a029a1863671183a953a2cf8650a3282aa47ed51;hpb=15fc82bacff6f2ea8fd43d7a19e7db56c7685368;p=poolifier.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a029a186..3419c571 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: node-version: ${{ matrix.node }} cache: 'pnpm' - - name: Install + - name: Install Dependencies run: pnpm install --ignore-scripts - name: Build @@ -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 == '18.x' }} - uses: sonarsource/sonarcloud-github-action@v2.0.1 + uses: sonarsource/sonarcloud-github-action@v2.0.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}