diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 8972fd8..b244ac2 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -35,7 +35,7 @@ jobs: run: mvn -B package --file pom.xml - name: Test Report - uses: dorny/test-reporter@31a54ee7ebcacc03a09ea97a7e5465a47b84aea5 + uses: dorny/test-reporter@1a288b62f8b75c0f433cbfdbc2e4800fbae50bd7 if: success() || failure() # run this step even if previous step failed with: name: JUnit Tests # Name of the check run which will be created