diff --git a/.github/workflows/merge-develop.yml b/.github/workflows/merge-develop.yml index 9625fc3..30b0ed1 100644 --- a/.github/workflows/merge-develop.yml +++ b/.github/workflows/merge-develop.yml @@ -98,7 +98,7 @@ jobs: - name: publish junit reports if: success() || failure() - uses: mikepenz/action-junit-report@74626db7353a25a20a72816467ebf035f674c5f8 + uses: mikepenz/action-junit-report@5e05ac00ad0604dfb7e313ae412aa3284f4906d6 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 e8ab100..07ef33f 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -140,7 +140,7 @@ jobs: - name: publish junit reports if: success() || failure() - uses: mikepenz/action-junit-report@74626db7353a25a20a72816467ebf035f674c5f8 + uses: mikepenz/action-junit-report@5e05ac00ad0604dfb7e313ae412aa3284f4906d6 with: check_name: junit reports report_paths: reports/junit/*.xml