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 52
52
aws-region : us-east-1
53
53
mask-aws-account-id : true
54
54
- name : Checkout head commit
55
- uses : actions/checkout@v4
55
+ uses : actions/checkout@v5
56
56
with :
57
57
ref : ${{ github.event.pull_request.head.sha }} # Pull the commit from the forked repo
58
58
persist-credentials : false # Don't persist credentials for subsequent actions
Original file line number Diff line number Diff line change 22
22
runs-on : ubuntu-latest
23
23
24
24
steps :
25
- - uses : actions/checkout@v4
25
+ - uses : actions/checkout@v5
26
26
with :
27
27
persist-credentials : false
28
28
Original file line number Diff line number Diff line change 51
51
LOG_LEVEL : DEBUG
52
52
steps :
53
53
- name : Checkout code
54
- uses : actions/checkout@v4
54
+ uses : actions/checkout@v5
55
55
with :
56
56
ref : ${{ inputs.ref }} # Explicitly define which commit to check out
57
57
persist-credentials : false # Don't persist credentials for subsequent actions
73
73
contents : read
74
74
steps :
75
75
- name : Checkout code
76
- uses : actions/checkout@v4
76
+ uses : actions/checkout@v5
77
77
with :
78
78
ref : ${{ inputs.ref }}
79
79
persist-credentials : false
You can’t perform that action at this time.
0 commit comments