From 60f7aff4d0d7f07705f4d18c5a6e98dc5a0e21f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 03:53:34 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action digest to 671740a --- .github/workflows/release-dry-run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-dry-run.yml b/.github/workflows/release-dry-run.yml index 8dddd8a..c7388e4 100644 --- a/.github/workflows/release-dry-run.yml +++ b/.github/workflows/release-dry-run.yml @@ -18,7 +18,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - uses: technology-studio/github-workflows/.github/actions/install-dependencies@main - run: yarn test --coverage - - uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5 + - uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5 - run: | echo "PR_HEAD_REF=${{ github.event.pull_request.head.ref }}" >> $GITHUB_ENV - run: GITHUB_ACTIONS="" yarn semantic-release --extends ./.releaserc.dryrun.js