diff --git a/.github/workflows/merge-develop.yml b/.github/workflows/merge-develop.yml index b89f550..c8a555c 100644 --- a/.github/workflows/merge-develop.yml +++ b/.github/workflows/merge-develop.yml @@ -83,7 +83,7 @@ jobs: - name: publish junit reports if: success() || failure() - uses: mikepenz/action-junit-report@a294a61c909bd8a4b563024a2faa28897fd53ebc + uses: mikepenz/action-junit-report@49b2ca06f62aa7ef83ae6769a2179271e160d8e4 with: check_name: junit reports report_paths: reports/junit/*.xml diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index c01344c..8c6dd33 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -176,7 +176,7 @@ jobs: - name: publish junit reports if: success() || failure() - uses: mikepenz/action-junit-report@a294a61c909bd8a4b563024a2faa28897fd53ebc + uses: mikepenz/action-junit-report@49b2ca06f62aa7ef83ae6769a2179271e160d8e4 with: check_name: junit reports report_paths: reports/junit/*.xml