File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 contents : read
1313 steps :
1414 - name : Checkout action
15- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
15+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616 with :
1717 persist-credentials : false
1818 - name : Setup the Node runtime for this project
Original file line number Diff line number Diff line change 1414 contents : write
1515 steps :
1616 - name : Checkout the current code
17- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
17+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1818 with :
1919 fetch-depth : 0
2020 persist-credentials : true
Original file line number Diff line number Diff line change 1515 checks : write
1616 steps :
1717 - name : " build: checkout the latest changes"
18- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
18+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919 with :
2020 persist-credentials : false
2121 ref : ${{ github.event.pull_request.head.sha }}
You can’t perform that action at this time.
0 commit comments