We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c04617 commit 864e766Copy full SHA for 864e766
1 file changed
.github/workflows/build.yml
@@ -51,14 +51,14 @@ jobs:
51
52
- name: Codecov test results
53
if: github.event_name != 'merge_group' && !cancelled()
54
- uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
+ uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
55
with:
56
use_oidc: true
57
report_type: test_results
58
fail_ci_if_error: true
59
60
- name: Codecov coverage results
61
62
63
64
files: '**/TestResults/*/*.cobertura.xml'
0 commit comments