File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -317,7 +317,8 @@ jobs:
317317 if : >-
318318 !cancelled()
319319 && steps.tox-run.outputs.test-result-files != ''
320- uses :
test-summary/[email protected] 320+ # yamllint disable-line rule:line-length
321+ uses : test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4
321322 with :
322323 paths : >-
323324 ${{ steps.tox-run.outputs.test-result-files }}
@@ -334,7 +335,8 @@ jobs:
334335 && steps.tox-run.outputs.cov-report-files != ''
335336 && steps.tox-run.outputs.test-result-files == ''
336337 && steps.tox-run.outputs.codecov-flags != 'MyPy'
337- 338+ # yamllint disable-line rule:line-length
339+ uses : irongut/CodeCoverageSummary@51cc3a756ddcd398d447c044c02cb6aa83fdae95 # v1.3.0
338340 with :
339341 badge : true
340342 filename : >-
You can’t perform that action at this time.
0 commit comments