Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/merge-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:

- name: publish junit reports
if: success() || failure()
uses: mikepenz/action-junit-report@a294a61c909bd8a4b563024a2faa28897fd53ebc
uses: mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386
with:
check_name: junit reports
report_paths: reports/junit/*.xml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:

- name: publish junit reports
if: success() || failure()
uses: mikepenz/action-junit-report@a294a61c909bd8a4b563024a2faa28897fd53ebc
uses: mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386
with:
check_name: junit reports
report_paths: reports/junit/*.xml
Expand Down
Loading