File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1616 pull-requests : write
1717 checks : write
1818 steps :
19- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
19+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2020 with :
2121 ref : ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
2222 fetch-depth : 0 # a full history is required for pull request analysis
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-24.04
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
19+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2020 with :
2121 fetch-depth : 0
2222
Original file line number Diff line number Diff line change 3232 repositories : " ${{ github.event.repository.name }}"
3333
3434 - name : Checkout
35- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
35+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
3636 with :
3737 fetch-depth : 0
3838
Original file line number Diff line number Diff line change 1313 timeout-minutes : 5
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
16+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1717 with :
1818 fetch-depth : 1
1919
5151 run : echo "$GITHUB_CONTEXT"
5252
5353 - name : Checkout
54- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
54+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
5555 with :
5656 fetch-depth : 1
5757
Original file line number Diff line number Diff line change 3535 run : echo "$GITHUB_CONTEXT"
3636
3737 - name : Checkout
38- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
38+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
3939 with :
4040 fetch-depth : 1
4141 ref : ${{ github.event.inputs.ref || github.ref}}
You can’t perform that action at this time.
0 commit comments