File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ jobs:
3030 runs-on : ubuntu-latest
3131 steps :
3232 - name : Download test results to report
33- uses : dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # pin@v6
33+ uses : dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # pin @v6
3434 with :
3535 github_token : ${{ secrets.GITHUB_TOKEN }}
3636 workflow : ${{ github.event.workflow_run.workflow_id }}
3737 commit : ${{ github.event.workflow_run.head_commit.id }}
3838 workflow_conclusion : completed
3939 - name : Publish test report
40- uses : scacap/action-surefire-report@482f012643ed0560e23ef605a79e8e87ca081648 # pin@v1
40+ uses : scacap/action-surefire-report@a2911bd1a4412ec18dde2d93b1758b3e56d2a880 # pin @v1.8.0
4141 with :
4242 check_name : Report test results
4343 github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments