Skip to content

Commit d1b3ce2

Browse files
authored
Apply suggestions from code review
1 parent 2d0795a commit d1b3ce2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/reusable-tox.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,8 @@ jobs:
317317
if: >-
318318
!cancelled()
319319
&& steps.tox-run.outputs.test-result-files != ''
320-
uses: test-summary/action@032c8a9cec6aaa3c20228112cae6ca10a3b29336 # v2.3
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-
uses: irongut/CodeCoverageSummary@51cc3a756ddcd398d447c044c02cb6aa83fdae95 # v1.3.0
338+
# yamllint disable-line rule:line-length
339+
uses: irongut/CodeCoverageSummary@51cc3a756ddcd398d447c044c02cb6aa83fdae95 # v1.3.0
338340
with:
339341
badge: true
340342
filename: >-

0 commit comments

Comments
 (0)