File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -175,6 +175,6 @@ jobs:
175
175
echo "::remove-matcher owner=karate-windows::"
176
176
- name : Write out Unit Test report annotation for forked repo
177
177
if : ${{ failure() && (github.event.pull_request.head.repo.full_name != github.repository) }}
178
- uses : mikepenz/action-junit-report@v5
178
+ uses : mikepenz/action-junit-report@992d97d6eb2e5f3de985fbf9df6a04386874114d # v5
179
179
with :
180
180
annotate_only : true # forked repo cannot write to checks so just do annotations
Original file line number Diff line number Diff line change 44
44
workflow : ${{ github.event.workflow.id }}
45
45
run_id : ${{ github.event.workflow_run.id }}
46
46
- name : Publish Test Report
47
- uses : mikepenz/action-junit-report@v5
47
+ uses : mikepenz/action-junit-report@992d97d6eb2e5f3de985fbf9df6a04386874114d # v5
48
48
with :
49
49
commit : ${{github.event.workflow_run.head_sha}}
50
50
report_paths : ' **/build/test-results/test/TEST-*.xml'
You can’t perform that action at this time.
0 commit comments