From 791dadfbfc4ab01773872ff899c65328aff8d587 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 10:41:14 +0000 Subject: [PATCH] chore(deps): bump dorny/test-reporter Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 9098107e2aa7ed7d1150f776ddea55f55c80016b to 1a288b62f8b75c0f433cbfdbc2e4800fbae50bd7. - [Release notes](https://github.com/dorny/test-reporter/releases) - [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md) - [Commits](https://github.com/dorny/test-reporter/compare/9098107e2aa7ed7d1150f776ddea55f55c80016b...1a288b62f8b75c0f433cbfdbc2e4800fbae50bd7) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/module.build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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