Skip to content

Commit 2a8db15

Browse files
chore(deps): update codecov/codecov-action action to v5.5.3
| datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | codecov/codecov-action | v5.5.2 | v5.5.3 |
1 parent 89f3251 commit 2a8db15

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@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
58+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
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@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
65+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
6666
with:
6767
use_oidc: true
6868
files: '**/TestResults/*/*.cobertura.xml'

0 commit comments

Comments
 (0)