diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 80b11aa..7776631 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -69,7 +69,7 @@ jobs: run: pnpm dlx c8 report --reporter lcov --reporter text --extension ts - name: Coveralls - uses: coverallsapp/github-action@43f11c4e058174f808ee9cd63701b6c42fe3f5e3 # master + uses: coverallsapp/github-action@4cdef0b2dbe0c9aa26bed48edb868db738625e79 # master with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: ./coverage/lcov.info