File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ jobs:
279279 path : ${{ github.workspace }}/**/build/reports/tests/
280280
281281 - name : Unit test results
282- uses : mikepenz/action-junit-report@65fe03598d8d251738592a497a9e8547a5c48eaa # v5
282+ uses : mikepenz/action-junit-report@a83fd2b5d58d4fc702e690c1ea688d702d28d281 # v5
283283 if : failure()
284284 with :
285285 github_token : ${{ secrets.GITHUB_TOKEN }}
@@ -312,7 +312,7 @@ jobs:
312312 restore-cache-key : main-build-artifacts
313313
314314 - name : Unit test results
315- uses : mikepenz/action-junit-report@65fe03598d8d251738592a497a9e8547a5c48eaa # v5
315+ uses : mikepenz/action-junit-report@a83fd2b5d58d4fc702e690c1ea688d702d28d281 # v5
316316 if : failure()
317317 with :
318318 github_token : ${{ secrets.GITHUB_TOKEN }}
@@ -344,7 +344,7 @@ jobs:
344344 path : ${{ github.workspace }}/**/build/reports/tests/
345345
346346 - name : Integration test results
347- uses : mikepenz/action-junit-report@65fe03598d8d251738592a497a9e8547a5c48eaa # v5
347+ uses : mikepenz/action-junit-report@a83fd2b5d58d4fc702e690c1ea688d702d28d281 # v5
348348 if : failure()
349349 with :
350350 github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments