Skip to content

Commit b73a08b

Browse files
chore(deps): update codecov/codecov-action action to v5.5.4
| datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | codecov/codecov-action | v5.5.3 | v5.5.4 |
1 parent 0077cef commit b73a08b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

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

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

6464
- name: Codecov coverage results
65-
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
65+
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
6666
with:
6767
use_oidc: true
6868
files: '**/TestResults/*/*.cobertura.xml'

0 commit comments

Comments
 (0)