diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f531f89..8a08802 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,14 +51,14 @@ jobs: - name: Codecov test results if: github.event_name != 'merge_group' && !cancelled() - uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3 + uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4 with: use_oidc: true report_type: test_results fail_ci_if_error: true - name: Codecov coverage results - uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3 + uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4 with: use_oidc: true files: '**/TestResults/*/*.cobertura.xml'