From 474c3c56012db3a9df95d4ac60d13287aa8e0d4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 00:37:58 +0000 Subject: [PATCH] Update mikepenz/action-junit-report digest to a294a61 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6f3c0ca..77a4997 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: - name: Publish Test Report if: ${{ always() }} - uses: mikepenz/action-junit-report@fb8f411a1c1fee06cf3b8a321454b50544761f7a + uses: mikepenz/action-junit-report@a294a61c909bd8a4b563024a2faa28897fd53ebc with: check_name: Test Report - ${{ matrix.cmd }} report_paths: '**/build/test-results/test/TEST-*.xml'