diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 01ce78a6c..7b0a12bc8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -56,7 +56,7 @@ jobs: if: github.event_name == 'push' run: pnpm test:ci - - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7 + - uses: codecov/codecov-action@0b35c9ecc4f0529d0eb674914510c22f85b196b4 # v7 - uses: tryghost/actions/actions/slack-build@4b1915a9e45d1ca51a0d49c56894e650b133afb1 # main if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/main'