Skip to content

Commit 480ce54

Browse files
renovate[bot]sschuberth
authored andcommitted
deps: update codecov/codecov-action digest to 5a10915
1 parent 4554b6e commit 480ce54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
paths: "**/test-results/**/TEST-*.xml"
7676
if: always()
7777
- name: Upload code coverage data
78-
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5
78+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
7979
with:
8080
token: ${{ secrets.CODECOV_TOKEN }}
8181
flags: test-${{ matrix.os }}
@@ -117,7 +117,7 @@ jobs:
117117
paths: "**/test-results/**/TEST-*.xml"
118118
if: always()
119119
- name: Upload code coverage data
120-
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5
120+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
121121
with:
122122
token: ${{ secrets.CODECOV_TOKEN }}
123123
flags: funTest-non-docker
@@ -162,7 +162,7 @@ jobs:
162162
paths: "**/test-results/**/TEST-*.xml"
163163
if: always()
164164
- name: Upload code coverage data
165-
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5
165+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
166166
with:
167167
token: ${{ secrets.CODECOV_TOKEN }}
168168
flags: funTest-docker

0 commit comments

Comments
 (0)