From 1da3f0e5d4b5afe0fd1052a08d4837db81f20cec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 10:10:20 +0000 Subject: [PATCH] chore(deps): bump dorny/test-reporter Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 1e3a380fe6f25600635b111ddb3547864782656a to 31a54ee7ebcacc03a09ea97a7e5465a47b84aea5. - [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/1e3a380fe6f25600635b111ddb3547864782656a...31a54ee7ebcacc03a09ea97a7e5465a47b84aea5) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/test_docker_linux_installer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_docker_linux_installer.yml b/.github/workflows/test_docker_linux_installer.yml index 812609ab65a..2caeb8f3f96 100644 --- a/.github/workflows/test_docker_linux_installer.yml +++ b/.github/workflows/test_docker_linux_installer.yml @@ -112,7 +112,7 @@ jobs: name: java-${{ matrix.persistence-backends }}-test-results path: "/${{ matrix.persistence-backends }}-reports/*.xml" - - uses: dorny/test-reporter@1e3a380fe6f25600635b111ddb3547864782656a # v1 + - uses: dorny/test-reporter@31a54ee7ebcacc03a09ea97a7e5465a47b84aea5 # v1 continue-on-error: true if: >- github.event.pull_request.head.repo.full_name == github.repository ||