Skip to content

Commit 864e766

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

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@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
54+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
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@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
61+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
6262
with:
6363
use_oidc: true
6464
files: '**/TestResults/*/*.cobertura.xml'

0 commit comments

Comments
 (0)