File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 COVERALLS_REPO_TOKEN : ${{ secrets.COVERALLS_REPO_TOKEN }}
4444 steps :
4545 - name : Checkout the repository
46- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
46+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
4747 with :
4848 fetch-depth : 0
4949
Original file line number Diff line number Diff line change 3131
3232 steps :
3333 - name : Checkout repository
34- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
34+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3535 with :
3636 fetch-depth : 0
3737
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : checkout
18- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 #https://github.com/actions/checkout
18+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 #https://github.com/actions/checkout
1919 with :
2020 fetch-depth : 0 # GitVersion is somewhat irritated when fetch-depth is "1"....
2121 ref : ${{ github.event.ref }}
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Checkout the requested branch
14- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
14+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1515 with :
1616 fetch-depth : 0
1717 - name : Cache Tools
You can’t perform that action at this time.
0 commit comments