Skip to content

Commit 7499d13

Browse files
Merge branch 'main' into renovate/maven-all-minor-patch
2 parents 9b53f65 + 087477e commit 7499d13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-open.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
reporter: '{ "junit" : { "export" : "./postman/report.xml" } }'
165165

166166
- name: Postman Smoke Test Report
167-
uses: mikepenz/action-junit-report@cf701569b05ccdd861a76b8607a66d76f6fd4857 # v5
167+
uses: mikepenz/action-junit-report@65fe03598d8d251738592a497a9e8547a5c48eaa # v5
168168
if: always() # always run even if the previous step fails
169169
with:
170170
report_paths: "postman/report.xml"

.github/workflows/reusable-tests-be.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
path: target/**/checkstyle-result.xml
4242

4343
- name: Publish Test Report
44-
uses: mikepenz/action-junit-report@cf701569b05ccdd861a76b8607a66d76f6fd4857 # v5
44+
uses: mikepenz/action-junit-report@65fe03598d8d251738592a497a9e8547a5c48eaa # v5
4545
continue-on-error: true
4646
if: github.event_name == 'pull_request' && (success() || failure())
4747
with:

0 commit comments

Comments
 (0)