File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5252 aws-region : us-east-1
5353 mask-aws-account-id : true
5454 - name : Checkout head commit
55- uses : actions/checkout@v4
55+ uses : actions/checkout@v5
5656 with :
5757 ref : ${{ github.event.pull_request.head.sha }} # Pull the commit from the forked repo
5858 persist-credentials : false # Don't persist credentials for subsequent actions
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626 with :
2727 persist-credentials : false
2828
Original file line number Diff line number Diff line change 5151 LOG_LEVEL : DEBUG
5252 steps :
5353 - name : Checkout code
54- uses : actions/checkout@v4
54+ uses : actions/checkout@v5
5555 with :
5656 ref : ${{ inputs.ref }} # Explicitly define which commit to check out
5757 persist-credentials : false # Don't persist credentials for subsequent actions
7373 contents : read
7474 steps :
7575 - name : Checkout code
76- uses : actions/checkout@v4
76+ uses : actions/checkout@v5
7777 with :
7878 ref : ${{ inputs.ref }}
7979 persist-credentials : false
You can’t perform that action at this time.
0 commit comments