From d1b3ce21c9cee6a2939180be155e1c365e38ec5c Mon Sep 17 00:00:00 2001 From: Maksym Vlasov Date: Wed, 15 Jan 2025 13:12:38 +0200 Subject: [PATCH] Apply suggestions from code review --- .github/workflows/reusable-tox.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-tox.yml b/.github/workflows/reusable-tox.yml index b11c02593..27a998d68 100644 --- a/.github/workflows/reusable-tox.yml +++ b/.github/workflows/reusable-tox.yml @@ -317,7 +317,8 @@ jobs: if: >- !cancelled() && steps.tox-run.outputs.test-result-files != '' - uses: test-summary/action@032c8a9cec6aaa3c20228112cae6ca10a3b29336 # v2.3 + # yamllint disable-line rule:line-length + uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4 with: paths: >- ${{ steps.tox-run.outputs.test-result-files }} @@ -334,7 +335,8 @@ jobs: && steps.tox-run.outputs.cov-report-files != '' && steps.tox-run.outputs.test-result-files == '' && steps.tox-run.outputs.codecov-flags != 'MyPy' - uses: irongut/CodeCoverageSummary@51cc3a756ddcd398d447c044c02cb6aa83fdae95 # v1.3.0 + # yamllint disable-line rule:line-length + uses: irongut/CodeCoverageSummary@51cc3a756ddcd398d447c044c02cb6aa83fdae95 # v1.3.0 with: badge: true filename: >-