diff --git a/.github/workflows/_release.yml b/.github/workflows/_release.yml index 17c6f1f..751cf09 100644 --- a/.github/workflows/_release.yml +++ b/.github/workflows/_release.yml @@ -38,7 +38,7 @@ jobs: with: use-cache: false - run: yarn test --coverage - - uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5 + - uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # 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 b3fac33..c49ad58 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@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5 + uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5 - name: Send a Slack message on failure if: failure() uses: technology-studio/github-workflows/.github/actions/slack-failed-job-message@main