From 0e8040dd3be8acf3b1d6c96e769565b10af1074a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 03:52:24 +0000 Subject: [PATCH] Update codecov/codecov-action digest to 0b35c9e --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'