diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 3815e69a1aef..0350c94191ff 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -49,7 +49,7 @@ jobs: - name: Generate coverage report run: node packages/build/bin/run-nyc report --reporter=lcov - name: Publish coverage report to Coveralls - uses: coverallsapp/github-action@4cdef0b2dbe0c9aa26bed48edb868db738625e79 # v2.3.3 + uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 # v2.3.4 with: flag-name: run-${{ matrix.os }}-node@${{ matrix.node-version }} github-token: ${{ secrets.GITHUB_TOKEN }} @@ -63,7 +63,7 @@ jobs: if: ${{ success() }} steps: - name: Coveralls finished - uses: coverallsapp/github-action@4cdef0b2dbe0c9aa26bed48edb868db738625e79 # v2.3.3 + uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 # v2.3.4 with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel-finished: true