From 37e44c52cf7010c017033ae5e00d2c168e73b395 Mon Sep 17 00:00:00 2001 From: "rb-org-bot[bot]" <157908019+rb-org-bot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 16:06:31 +0000 Subject: [PATCH] chore(deps): update mikepenz/action-junit-report digest to 0bec6a4 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86dd5946..1008618c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -234,7 +234,7 @@ jobs: private-key: ${{ secrets.PR_BOT_PRIVATE_KEY }} - name: Unit test results - uses: mikepenz/action-junit-report@a427a90771729d8f85b6ab0cdaa1a5929cab985d # v5 + uses: mikepenz/action-junit-report@0bec6a4330023da9ebd2693948db6ddae36e743e # v5 if: failure() with: github_token: ${{ steps.app-token.outputs.token }} @@ -271,7 +271,7 @@ jobs: private-key: ${{ secrets.PR_BOT_PRIVATE_KEY }} - name: Gradle test results - uses: mikepenz/action-junit-report@a427a90771729d8f85b6ab0cdaa1a5929cab985d # v5 + uses: mikepenz/action-junit-report@0bec6a4330023da9ebd2693948db6ddae36e743e # v5 if: failure() with: github_token: ${{ steps.app-token.outputs.token }} @@ -307,7 +307,7 @@ jobs: private-key: ${{ secrets.PR_BOT_PRIVATE_KEY }} - name: Unit test results - uses: mikepenz/action-junit-report@a427a90771729d8f85b6ab0cdaa1a5929cab985d # v5 + uses: mikepenz/action-junit-report@0bec6a4330023da9ebd2693948db6ddae36e743e # v5 if: failure() with: github_token: ${{ steps.app-token.outputs.token }}