We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 895559d commit 61913a7Copy full SHA for 61913a7
.github/workflows/test-report.yml
@@ -21,7 +21,7 @@ jobs:
21
run_id: ${{ github.event.workflow_run.id }}
22
23
- name: Publish Test Report
24
- uses: mikepenz/action-junit-report@62516aa379bff6370c95fd5894d5a27fb6619d9b # v5
+ uses: mikepenz/action-junit-report@b14027d33d3a745ccc4d6a12f649e83110b5a373 # v5
25
with:
26
commit: ${{ github.event.workflow_run.head_sha }}
27
report_paths: "**/build/test-results/*/TEST-*.xml"
0 commit comments