File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
if : github.repository == 'llvm/llvm-project'
17
17
steps :
18
18
- name : Fetch LLVM sources
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@v4.1.5
20
20
with :
21
21
ref : ${{ github.event.pull_request.head.sha }}
22
22
Original file line number Diff line number Diff line change 13
13
if : (github.repository == 'llvm/llvm-project' || github.repository == 'intel/llvm') && !contains(github.event.pull_request.labels.*.name, 'disable-lint')
14
14
steps :
15
15
- name : Fetch LLVM sources
16
- uses : actions/checkout@v4
16
+ uses : actions/checkout@v4.1.5
17
17
with :
18
18
ref : ${{ github.event.pull_request.head.sha }}
19
19
35
35
# PR for security reasons as we're using pull_request_target. Checkout
36
36
# the target branch with the necessary files.
37
37
- name : Fetch code formatting utils
38
- uses : actions/checkout@v4
38
+ uses : actions/checkout@v4.1.5
39
39
with :
40
40
sparse-checkout : |
41
41
llvm/utils/git/requirements_formatting.txt
Original file line number Diff line number Diff line change 33
33
34
34
steps :
35
35
- name : " Checkout code"
36
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3 .1.0
36
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 .1.5
37
37
with :
38
38
persist-credentials : false
39
39
You can’t perform that action at this time.
0 commit comments