File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2525 with :
2626 # Checkout the actual PR code, not the base branch
2727 ref : ${{ github.event.pull_request.head.sha }}
4040 conventional-title :
4141 runs-on : ubuntu-latest
4242 steps :
43- - uses : amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5.5.3
43+ - uses : amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
4444 env :
4545 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1717 pull-requests : write
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
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