diff --git a/.github/workflows/module.build.yml b/.github/workflows/module.build.yml index 22ceaa3..a0e32b9 100644 --- a/.github/workflows/module.build.yml +++ b/.github/workflows/module.build.yml @@ -140,7 +140,7 @@ jobs: run: | echo "hashes=$(sha256sum ./subprojects/*/build/libs/* | base64 -w0)" >> "$GITHUB_OUTPUT" - name: "Report: Tests" - uses: dorny/test-reporter@9098107e2aa7ed7d1150f776ddea55f55c80016b # v1 + uses: dorny/test-reporter@1a288b62f8b75c0f433cbfdbc2e4800fbae50bd7 # v1 if: success() || failure() with: name: Library Tests