Skip to content

Commit b35f0e3

Browse files
renovate[bot]sschuberth
authored andcommittedFeb 27, 2025·
deps: update codecov/codecov-action digest to 0565863
1 parent 6068604 commit b35f0e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
paths: "**/test-results/**/TEST-*.xml"
7575
if: always()
7676
- name: Upload code coverage data
77-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5
77+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5
7878
with:
7979
token: ${{ secrets.CODECOV_TOKEN }}
8080
flags: test-${{ matrix.os }}
@@ -123,7 +123,7 @@ jobs:
123123
paths: "**/test-results/**/TEST-*.xml"
124124
if: always()
125125
- name: Upload code coverage data
126-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5
126+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5
127127
with:
128128
token: ${{ secrets.CODECOV_TOKEN }}
129129
flags: funTest-non-docker
@@ -168,7 +168,7 @@ jobs:
168168
paths: "**/test-results/**/TEST-*.xml"
169169
if: always()
170170
- name: Upload code coverage data
171-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5
171+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5
172172
with:
173173
token: ${{ secrets.CODECOV_TOKEN }}
174174
flags: funTest-docker

0 commit comments

Comments
 (0)
Please sign in to comment.