Skip to content

Commit 265137c

Browse files
MESH-2092 Bump mikepenz/action-junit-report from 6.3.0 to 6.3.1 in the dependencies group (#252)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 320da39 commit 265137c

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@5e05ac00ad0604dfb7e313ae412aa3284f4906d6
101+
uses: mikepenz/action-junit-report@49b2ca06f62aa7ef83ae6769a2179271e160d8e4
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@5e05ac00ad0604dfb7e313ae412aa3284f4906d6
143+
uses: mikepenz/action-junit-report@49b2ca06f62aa7ef83ae6769a2179271e160d8e4
144144
with:
145145
check_name: junit reports
146146
report_paths: reports/junit/*.xml

0 commit comments

Comments
 (0)