From c7c107ad16f596a92d665581a4ff680c3a1a471a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 10:13:28 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action digest to 671740a --- .github/workflows/_release.yml | 2 +- .github/workflows/_unit-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_release.yml b/.github/workflows/_release.yml index 4e51e1c..9b9a29c 100644 --- a/.github/workflows/_release.yml +++ b/.github/workflows/_release.yml @@ -36,7 +36,7 @@ jobs: with: use-cache: false - run: yarn test --coverage - - uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5 + - uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5 - name: Update eslint-ci-rules if needed if: ${{ contains(github.event.head_commit.message, 'update dependency eslint-config-txo') || contains(github.event.head_commit.message, 'update eslint txo packages') }} run: | diff --git a/.github/workflows/_unit-test.yml b/.github/workflows/_unit-test.yml index 7cad295..b3fac33 100644 --- a/.github/workflows/_unit-test.yml +++ b/.github/workflows/_unit-test.yml @@ -19,7 +19,7 @@ jobs: echo "::set-output name=exists::false" fi - if: steps.check-dir.outputs.exists == 'true' - uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5 + uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5 - name: Send a Slack message on failure if: failure() uses: technology-studio/github-workflows/.github/actions/slack-failed-job-message@main