From 6f95aeb4c7bd8a1411135c379521b29d0991062a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 10:01:11 +0000 Subject: [PATCH] Update mikepenz/action-junit-report digest to 3a81627 --- .github/workflows/test-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-report.yml b/.github/workflows/test-report.yml index a279f6d..cda5485 100644 --- a/.github/workflows/test-report.yml +++ b/.github/workflows/test-report.yml @@ -21,7 +21,7 @@ jobs: run_id: ${{ github.event.workflow_run.id }} - name: Publish Test Report - uses: mikepenz/action-junit-report@a294a61c909bd8a4b563024a2faa28897fd53ebc # v6 + uses: mikepenz/action-junit-report@3a81627bfac62268172037048872e8ebd4207e6d # v6 with: commit: ${{ github.event.workflow_run.head_sha }} report_paths: "**/build/test-results/*/TEST-*.xml" \ No newline at end of file