diff --git a/.github/workflows/merge-develop.yml b/.github/workflows/merge-develop.yml index 32a7054..a622b4b 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@49b2ca06f62aa7ef83ae6769a2179271e160d8e4 + uses: mikepenz/action-junit-report@3a81627bfac62268172037048872e8ebd4207e6d 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 24cb5e4..b751ea8 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@49b2ca06f62aa7ef83ae6769a2179271e160d8e4 + uses: mikepenz/action-junit-report@3a81627bfac62268172037048872e8ebd4207e6d with: check_name: junit reports report_paths: reports/junit/*.xml