diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0504048c..f562326e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -37,7 +37,7 @@ jobs: - name: Run tests with coverage run: pnpm test:coverage - name: Coveralls - uses: coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63 # master + uses: coverallsapp/github-action@1134c89e4bf10443bf8f0ec69640b667cfd91041 # master with: github-token: ${{ secrets.GITHUB_TOKEN }} - name: CodeClimate