File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2121 # SECURITY: With pull_request_target, checkout defaults to the base branch (main)
2222 # We must explicitly checkout the PR head to lint the actual changes
2323 - name : Check out Git repository
24- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
24+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
2525 with :
2626 # Checkout the actual PR code, not the base branch
2727 ref : ${{ github.event.pull_request.head.sha }}
Original file line number Diff line number Diff line change 1717 pull-requests : write
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
20+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
2121
2222 - name : Run Trunk Upgrade
2323 uses : ./ # Use the local action for self-testing
You can’t perform that action at this time.
0 commit comments