File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ jobs:
218218 else echo "with_report=false" >> "$GITHUB_OUTPUT"
219219 fi
220220 - name : Publish Test Report
221- uses : mikepenz/action-junit-report@3585e9575db828022551b4231f165eb59a0e74e3 # v5.6.2
221+ uses : mikepenz/action-junit-report@5b7ee5a21e8674b695313d769f3cbdfd5d4d53a4 # v6.0.0
222222 if : ( success() || failure() ) && steps.test.outputs.with_report == 'true' # always run even if the previous step fails
223223 with :
224224 annotate_only : true # forked repo cannot write to checks so just do annotations
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ jobs:
199199 - name : Run unit tests
200200 run : ctest --test-dir build --output-on-failure --timeout 10 --output-junit tests.xml
201201 - name : Publish Test Report
202- uses : mikepenz/action-junit-report@3585e9575db828022551b4231f165eb59a0e74e3 # v5.6.2
202+ uses : mikepenz/action-junit-report@5b7ee5a21e8674b695313d769f3cbdfd5d4d53a4 # v6.0.0
203203 if : ( success() || failure() ) # always run even if the previous step fails
204204 with :
205205 annotate_only : true # forked repo cannot write to checks so just do annotations
Original file line number Diff line number Diff line change @@ -376,7 +376,7 @@ jobs:
376376 else echo "with_report=false" >> "$GITHUB_OUTPUT"
377377 fi
378378 - name : Publish Test Report
379- uses : mikepenz/action-junit-report@3585e9575db828022551b4231f165eb59a0e74e3 # v5.6.2
379+ uses : mikepenz/action-junit-report@5b7ee5a21e8674b695313d769f3cbdfd5d4d53a4 # v6.0.0
380380 if : ( success() || failure() ) && steps.test.outputs.with_report == 'true' # always run even if the previous step fails
381381 with :
382382 annotate_only : true # forked repo cannot write to checks so just do annotations
@@ -477,7 +477,7 @@ jobs:
477477 else echo "with_report=false" >> "$GITHUB_OUTPUT"
478478 fi
479479 - name : Publish Test Report
480- uses : mikepenz/action-junit-report@3585e9575db828022551b4231f165eb59a0e74e3 # v5.6.2
480+ uses : mikepenz/action-junit-report@5b7ee5a21e8674b695313d769f3cbdfd5d4d53a4 # v6.0.0
481481 if : ( success() || failure() ) && steps.test.outputs.with_report == 'true' # always run even if the previous step fails
482482 with :
483483 annotate_only : true # forked repo cannot write to checks so just do annotations
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 cmake --build build --config ${{matrix.config}}
109109 ctest --test-dir build --build-config ${{matrix.config}} --output-on-failure --timeout 10 --output-junit tests.xml
110110 - name : Publish Test Report
111- uses : mikepenz/action-junit-report@3585e9575db828022551b4231f165eb59a0e74e3 # v5.6.2
111+ uses : mikepenz/action-junit-report@5b7ee5a21e8674b695313d769f3cbdfd5d4d53a4 # v6.0.0
112112 if : ( success() || failure() ) # always run even if the previous step fails
113113 with :
114114 annotate_only : true # forked repo cannot write to checks so just do annotations
You can’t perform that action at this time.
0 commit comments