From 00bc977c6017e8ccb5cdfac0ebed886cf9668a05 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 May 2025 14:12:33 +0000 Subject: [PATCH] chore(deps): update mikepenz/action-junit-report digest to 65fe035 --- .github/workflows/pr-open.yml | 2 +- .github/workflows/reusable-tests-be.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index 8a227c4..1c5a22e 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -164,7 +164,7 @@ jobs: reporter: '{ "junit" : { "export" : "./postman/report.xml" } }' - name: Postman Smoke Test Report - uses: mikepenz/action-junit-report@cf701569b05ccdd861a76b8607a66d76f6fd4857 # v5 + uses: mikepenz/action-junit-report@65fe03598d8d251738592a497a9e8547a5c48eaa # v5 if: always() # always run even if the previous step fails with: report_paths: "postman/report.xml" diff --git a/.github/workflows/reusable-tests-be.yml b/.github/workflows/reusable-tests-be.yml index 7c23364..d53f3a4 100644 --- a/.github/workflows/reusable-tests-be.yml +++ b/.github/workflows/reusable-tests-be.yml @@ -41,7 +41,7 @@ jobs: path: target/**/checkstyle-result.xml - name: Publish Test Report - uses: mikepenz/action-junit-report@cf701569b05ccdd861a76b8607a66d76f6fd4857 # v5 + uses: mikepenz/action-junit-report@65fe03598d8d251738592a497a9e8547a5c48eaa # v5 continue-on-error: true if: github.event_name == 'pull_request' && (success() || failure()) with: