Skip to content

Commit d19c625

Browse files
renovate[bot]sschuberth
authored andcommitted
deps: update codecov/codecov-action digest to 985343d
1 parent 3434aa0 commit d19c625

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
@@ -58,7 +58,7 @@ jobs:
5858
paths: "**/test-results/**/TEST-*.xml"
5959
if: always()
6060
- name: Upload code coverage data
61-
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5
61+
uses: codecov/codecov-action@985343d70564a82044c1b7fcb84c2fa05405c1a2 # v5
6262
with:
6363
token: ${{ secrets.CODECOV_TOKEN }}
6464
flags: test
@@ -107,7 +107,7 @@ jobs:
107107
paths: "**/test-results/**/TEST-*.xml"
108108
if: always()
109109
- name: Upload code coverage data
110-
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5
110+
uses: codecov/codecov-action@985343d70564a82044c1b7fcb84c2fa05405c1a2 # v5
111111
with:
112112
token: ${{ secrets.CODECOV_TOKEN }}
113113
flags: funTest-non-docker
@@ -152,7 +152,7 @@ jobs:
152152
paths: "**/test-results/**/TEST-*.xml"
153153
if: always()
154154
- name: Upload code coverage data
155-
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5
155+
uses: codecov/codecov-action@985343d70564a82044c1b7fcb84c2fa05405c1a2 # v5
156156
with:
157157
token: ${{ secrets.CODECOV_TOKEN }}
158158
flags: funTest-docker

0 commit comments

Comments
 (0)