Skip to content

Commit deb9745

Browse files
chore(deps): update codecov/codecov-action action to v5.5.1
| datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | codecov/codecov-action | v5.4.3 | v5.5.1 |
1 parent aef0ab2 commit deb9745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: dotnet test --no-build --verbosity normal
5252

5353
- name: Codecov
54-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
54+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
5555
with:
5656
files: '**/TestResults/*/*.cobertura.xml'
5757
fail_ci_if_error: true

0 commit comments

Comments
 (0)