diff --git a/.github/workflows/mvn-test.yml b/.github/workflows/mvn-test.yml index 842cf1a2ed..d5f61bba2d 100644 --- a/.github/workflows/mvn-test.yml +++ b/.github/workflows/mvn-test.yml @@ -92,7 +92,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Unit Tests Reporter - uses: dorny/test-reporter@6e6a65b7a0bd2c9197df7d0ae36ac5cee784230c # v2.0.0 + uses: dorny/test-reporter@890a17cecf52a379fc869ab770a71657660be727 # v2.1.0 if: success() || failure() with: name: Unit Tests Report @@ -135,7 +135,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: IT Tests Reporter - uses: dorny/test-reporter@6e6a65b7a0bd2c9197df7d0ae36ac5cee784230c # v2.0.0 + uses: dorny/test-reporter@890a17cecf52a379fc869ab770a71657660be727 # v2.1.0 if: success() || failure() with: name: IT Tests Report @@ -188,7 +188,7 @@ jobs: ARCADEDB_DOCKER_IMAGE: ${{ needs.build-and-package.outputs.image-tag }} - name: E2E Tests Reporter - uses: dorny/test-reporter@6e6a65b7a0bd2c9197df7d0ae36ac5cee784230c # v2.0.0 + uses: dorny/test-reporter@890a17cecf52a379fc869ab770a71657660be727 # v2.1.0 if: success() || failure() with: name: Java E2E Tests Report