diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 41b330f6..b0b1d08c 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -42,7 +42,7 @@ jobs: - name: Run tests run: npm test --ignore-scripts - name: Coveralls Parallel - uses: coverallsapp/github-action@43f11c4e058174f808ee9cd63701b6c42fe3f5e3 # v2.3.2 + uses: coverallsapp/github-action@4cdef0b2dbe0c9aa26bed48edb868db738625e79 # v2.3.3 with: github-token: ${{ secrets.github_token }} flag-name: run-${{ matrix.os }}-node@${{ matrix.node-version }} @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Coveralls Finish - uses: coverallsapp/github-action@43f11c4e058174f808ee9cd63701b6c42fe3f5e3 # v2.3.2 + uses: coverallsapp/github-action@4cdef0b2dbe0c9aa26bed48edb868db738625e79 # v2.3.3 with: github-token: ${{ secrets.github_token }} parallel-finished: true