File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ jobs:
220220 run : make ${{ matrix.unit_type }}
221221
222222 - name : Send coverage
223- uses : shogo82148 /actions-goveralls@v1
223+ uses : ziggie1984 /actions-goveralls@c440f43938a4032b627d2b03d61d4ae1a2ba2b5c
224224 if : matrix.unit_type == 'btcd unit-cover'
225225 with :
226226 path-to-profile : coverage.txt
@@ -284,7 +284,7 @@ jobs:
284284
285285 - name : Send coverage
286286 if : ${{ contains(matrix.args, 'cover=1') }}
287- uses : shogo82148 /actions-goveralls@v1
287+ uses : ziggie1984 /actions-goveralls@c440f43938a4032b627d2b03d61d4ae1a2ba2b5c
288288 with :
289289 path-to-profile : coverage.txt
290290 flag-name : ' itest-${{ matrix.name }}'
@@ -434,6 +434,6 @@ jobs:
434434 needs : [unit-test, ubuntu-integration-test]
435435 runs-on : ubuntu-latest
436436 steps :
437- - uses : shogo82148 /actions-goveralls@v1
437+ - uses : ziggie1984 /actions-goveralls@c440f43938a4032b627d2b03d61d4ae1a2ba2b5c
438438 with :
439439 parallel-finished : true
You can’t perform that action at this time.
0 commit comments