Skip to content

Commit 0422d13

Browse files
chore(deps): update codecov/codecov-action action to v5.5.4 (#163)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 864e766 commit 0422d13

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ jobs:
5151

5252
- name: Codecov test results
5353
if: github.event_name != 'merge_group' && !cancelled()
54-
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
54+
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
5555
with:
5656
use_oidc: true
5757
report_type: test_results
5858
fail_ci_if_error: true
5959

6060
- name: Codecov coverage results
61-
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
61+
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
6262
with:
6363
use_oidc: true
6464
files: '**/TestResults/*/*.cobertura.xml'

0 commit comments

Comments
 (0)