Skip to content

Commit

Permalink
chore(deps): update mikepenz/action-junit-report digest to a427a90
Browse files Browse the repository at this point in the history
  • Loading branch information
rb-org-bot[bot] authored Nov 16, 2024
1 parent 84b78b0 commit 72a693b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 72a693b

Please sign in to comment.