Skip to content

Commit f9865e7

Browse files
chore(deps): update codecov/codecov-action digest to ad3126e (#2282)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codecov/codecov-action](https://redirect.github.com/codecov/codecov-action) | action | digest | `0565863` -> `ad3126e` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/JoshuaKGoldberg/TypeStat). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent db02adc commit f9865e7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-mutation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
- uses: ./.github/actions/prepare
77
- run: pnpm run test:mutation --coverage --no-file-parallelism
88
- name: Codecov
9-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5
9+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5
1010
with:
1111
flags: mutation
1212

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
- uses: ./.github/actions/prepare
77
- run: pnpm run test --coverage
88
- name: Codecov
9-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5
9+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5
1010
with:
1111
flags: unit
1212

0 commit comments

Comments
 (0)