Skip to content

Commit a2ee205

Browse files
chore(deps): Pin dependencies and update test-summary/action (#756)
1 parent 976cef3 commit a2ee205

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/[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-
uses: irongut/[email protected]
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)