diff --git a/.github/workflows/merge-develop.yml b/.github/workflows/merge-develop.yml index 00a3abf..eca3b84 100644 --- a/.github/workflows/merge-develop.yml +++ b/.github/workflows/merge-develop.yml @@ -33,7 +33,7 @@ jobs: - name: publish junit reports if: success() || failure() - uses: mikepenz/action-junit-report@5b7ee5a21e8674b695313d769f3cbdfd5d4d53a4 + uses: mikepenz/action-junit-report@74626db7353a25a20a72816467ebf035f674c5f8 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 dfed82d..9373383 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -43,7 +43,7 @@ jobs: - name: publish junit reports if: success() || failure() - uses: mikepenz/action-junit-report@5b7ee5a21e8674b695313d769f3cbdfd5d4d53a4 + uses: mikepenz/action-junit-report@74626db7353a25a20a72816467ebf035f674c5f8 with: check_name: junit reports report_paths: reports/junit/*.xml