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 }}