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