Skip to content

Commit 24ab694

Browse files
renovate[bot]sschuberth
authored andcommitted
deps: update codecov/codecov-action digest to 18283e0
1 parent ec5f084 commit 24ab694

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
@@ -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@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5
77+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # 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@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5
126+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # 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@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5
171+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5
172172
with:
173173
token: ${{ secrets.CODECOV_TOKEN }}
174174
flags: funTest-docker

0 commit comments

Comments
 (0)