diff --git a/.github/workflows/website-tests.yaml b/.github/workflows/website-tests.yaml index 695b067c..b6676dc3 100644 --- a/.github/workflows/website-tests.yaml +++ b/.github/workflows/website-tests.yaml @@ -46,7 +46,7 @@ jobs: run: pnpm run test:coverage - name: Upload coverage to Coveralls - uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7 + uses: coverallsapp/github-action@8d6379e14d29928660c4ba802d8e85393440b329 # v2.3.8 with: file: website/coverage/lcov.info flag-name: frontend