Skip to content

Commit 5bd75bf

Browse files
committed
MESH-2530 Try v4 commit for junt
1 parent 17401bf commit 5bd75bf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/merge-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494

9595
- name: publish junit reports
9696
if: success() || failure()
97-
uses: mikepenz/action-junit-report@v5
97+
uses: mikepenz/action-junit-report@75b84e78b3f0aaea7ed7cf8d1d100d7f97f963ec
9898
with:
9999
check_name: junit reports
100100
report_paths: reports/junit/*.xml

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139

140140
- name: publish junit reports
141141
if: success() || failure()
142-
uses: mikepenz/action-junit-report@v5
142+
uses: mikepenz/action-junit-report@75b84e78b3f0aaea7ed7cf8d1d100d7f97f963ec
143143
with:
144144
check_name: junit reports
145145
report_paths: reports/junit/*.xml

0 commit comments

Comments
 (0)