From bfc047661af4c344bd9fe68f70f5b468a99ddd7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 21:37:13 +0000 Subject: [PATCH] Update mikepenz/action-junit-report digest to 3a81627 --- .github/workflows/unit-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index d8b56df..7b18973 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -29,7 +29,7 @@ jobs: run: ./gradlew check - name: Publish test report - uses: mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386 # v6 + uses: mikepenz/action-junit-report@3a81627bfac62268172037048872e8ebd4207e6d # v6 if: always() with: annotate_only: true