Skip to content

Commit

Permalink
chore(deps): update mikepenz/action-junit-report digest to 0bec6a4
Browse files Browse the repository at this point in the history
  • Loading branch information
rb-org-bot[bot] authored Nov 28, 2024
1 parent b69cf60 commit 37e44c5
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@a427a90771729d8f85b6ab0cdaa1a5929cab985d # v5
uses: mikepenz/action-junit-report@0bec6a4330023da9ebd2693948db6ddae36e743e # 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@a427a90771729d8f85b6ab0cdaa1a5929cab985d # v5
uses: mikepenz/action-junit-report@0bec6a4330023da9ebd2693948db6ddae36e743e # 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@a427a90771729d8f85b6ab0cdaa1a5929cab985d # v5
uses: mikepenz/action-junit-report@0bec6a4330023da9ebd2693948db6ddae36e743e # v5
if: failure()
with:
github_token: ${{ steps.app-token.outputs.token }}
Expand Down

0 comments on commit 37e44c5

Please sign in to comment.