diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 828ed49d..935d37aa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,6 +19,6 @@ jobs: - name: Run unit tests run: npm run test --coverage - name: Upload coverage to Codecov - uses: codecov/codecov-action@968872560f81e7bdde9272853e65f2507c0eca7c # v5 + uses: codecov/codecov-action@3b1354a6c45db9f1008891f4eafc1a7e94ce1d18 # v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}