Skip to content

Commit 12e8a92

Browse files
MESH-2092 Bump mikepenz/action-junit-report from 6.3.1 to 6.4.0 in the dependencies group across 1 directory (#274)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 003bb3b commit 12e8a92

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
@@ -98,7 +98,7 @@ jobs:
9898

9999
- name: publish junit reports
100100
if: success() || failure()
101-
uses: mikepenz/action-junit-report@49b2ca06f62aa7ef83ae6769a2179271e160d8e4
101+
uses: mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386
102102
with:
103103
check_name: junit reports
104104
report_paths: reports/junit/*.xml

.github/workflows/pull-request.yml

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

141141
- name: publish junit reports
142142
if: success() || failure()
143-
uses: mikepenz/action-junit-report@49b2ca06f62aa7ef83ae6769a2179271e160d8e4
143+
uses: mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386
144144
with:
145145
check_name: junit reports
146146
report_paths: reports/junit/*.xml

0 commit comments

Comments
 (0)