We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4667f2 commit a9dc841Copy full SHA for a9dc841
.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@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
+ uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
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