diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 56cc97d6..cb2c8180 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,7 +41,7 @@ jobs: - name: Coveralls GitHub Action # Per Actions best practices, SHA is the safest for third party actions # https://github.com/coverallsapp/github-action/releases/tag/v2.3.6 - uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b + uses: coverallsapp/github-action@e988b39f49526ccb8bd19453bd2198bf4156bb7f with: github-token: ${{ secrets.GITHUB_TOKEN }} flag-name: run-unit-${{ matrix.node-version }} @@ -54,7 +54,7 @@ jobs: - name: Coveralls Finished # Per Actions best practices, SHA is the safest for third party actions # https://github.com/coverallsapp/github-action/releases/tag/v2.3.6 - uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b + uses: coverallsapp/github-action@e988b39f49526ccb8bd19453bd2198bf4156bb7f with: github-token: ${{ secrets.github_token }} parallel-finished: true