File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
actions/build-opencl-clang Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,21 +29,21 @@ runs:
29
29
shell: bash
30
30
31
31
- name : Checkout LLVM
32
- uses : actions/checkout@v3
32
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
33
33
with :
34
34
repository : llvm/llvm-project
35
35
path : llvm-project
36
36
ref : ${{ inputs.ref_llvm }}
37
37
38
38
- name : Checkout SPIRV-LLVM-Translator
39
- uses : actions/checkout@v3
39
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
40
40
with :
41
41
repository : KhronosGroup/SPIRV-LLVM-Translator
42
42
path : llvm-project/SPIRV-LLVM-Translator
43
43
ref : ${{ inputs.ref_translator }}
44
44
45
45
- name : Checkout opencl-clang
46
- uses : actions/checkout@v3
46
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
47
47
with :
48
48
path : llvm-project/opencl-clang
49
49
ref : ${{ inputs.ref_opencl-clang }}
Original file line number Diff line number Diff line change 17
17
branches_json : ${{steps.release_branches.outputs.branches_json}}
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@v4
20
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
21
21
with :
22
22
fetch-depth : 0
23
23
- name : Get latest llvm_release branch
49
49
matrix : ${{fromJson(needs.setup.outputs.branches_json)}}
50
50
steps :
51
51
- name : Checkout
52
- uses : actions/checkout@v4
52
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
53
53
with :
54
54
ref : ${{ matrix.branch }}
55
55
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments