From ca385add5532fa0d7e3c66d3cef01503d36fc88d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 13:26:37 +0000 Subject: [PATCH] Update mikepenz/action-junit-report digest to 74626db --- .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 570c642..90f2518 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@a294a61c909bd8a4b563024a2faa28897fd53ebc # v6 + uses: mikepenz/action-junit-report@74626db7353a25a20a72816467ebf035f674c5f8 # v6 if: always() with: annotate_only: true