From b592922e34a0b1398b526ebedfc30b51bc6e1ae1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 21:27:31 +0000 Subject: [PATCH] chore(deps): update dorny/test-reporter action to v1.8.0 --- .github/workflows/tests-reporter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests-reporter.yml b/.github/workflows/tests-reporter.yml index e740fe9c60..a3a752f259 100644 --- a/.github/workflows/tests-reporter.yml +++ b/.github/workflows/tests-reporter.yml @@ -10,7 +10,7 @@ jobs: publish-ut-reports: runs-on: ubuntu-latest steps: - - uses: dorny/test-reporter@v1 + - uses: dorny/test-reporter@eaa763f6ffc21c7a37837f56cd5f9737f27fc6c8 # v1.8.0 with: artifact: /ut-reports(.*)/ name: UT Tests report$1 @@ -20,7 +20,7 @@ jobs: publish-it-reports: runs-on: ubuntu-latest steps: - - uses: dorny/test-reporter@v1 + - uses: dorny/test-reporter@eaa763f6ffc21c7a37837f56cd5f9737f27fc6c8 # v1.8.0 with: artifact: /it-reports(.*)/ name: IT Tests report$1