From 72a693b61e85ed74fdc16e8653bb2003f2d174b0 Mon Sep 17 00:00:00 2001 From: "rb-org-bot[bot]" <157908019+rb-org-bot[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 20:05:22 +0000 Subject: [PATCH] chore(deps): update mikepenz/action-junit-report digest to a427a90 --- .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 554294f5..86dd5946 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@ec3a351c13e080dc4fa94c49ab7ad5bf778a9668 # v5 + uses: mikepenz/action-junit-report@a427a90771729d8f85b6ab0cdaa1a5929cab985d # 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@ec3a351c13e080dc4fa94c49ab7ad5bf778a9668 # v5 + uses: mikepenz/action-junit-report@a427a90771729d8f85b6ab0cdaa1a5929cab985d # 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@ec3a351c13e080dc4fa94c49ab7ad5bf778a9668 # v5 + uses: mikepenz/action-junit-report@a427a90771729d8f85b6ab0cdaa1a5929cab985d # v5 if: failure() with: github_token: ${{ steps.app-token.outputs.token }}