We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c956d84 commit d2f97e1Copy full SHA for d2f97e1
.github/workflows/test-report.yml
@@ -23,7 +23,7 @@ jobs:
23
run_id: ${{ github.event.workflow_run.id }}
24
25
- name: Publish Test Report
26
- uses: mikepenz/action-junit-report@cf701569b05ccdd861a76b8607a66d76f6fd4857 # v5
+ uses: mikepenz/action-junit-report@65fe03598d8d251738592a497a9e8547a5c48eaa # v5
27
with:
28
commit: ${{ github.event.workflow_run.head_sha }}
29
report_paths: "**/build/test-results/*/TEST-*.xml"
0 commit comments