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:
2929      shell: bash 
3030
3131     - name : Checkout LLVM 
32-       uses : actions/checkout@v3  
32+       uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29   #  v4.1.6 
3333      with :
3434        repository : llvm/llvm-project 
3535        path : llvm-project 
3636        ref : ${{ inputs.ref_llvm }} 
3737
3838    - name : Checkout SPIRV-LLVM-Translator 
39-       uses : actions/checkout@v3  
39+       uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29   #  v4.1.6 
4040      with :
4141        repository : KhronosGroup/SPIRV-LLVM-Translator 
4242        path : llvm-project/SPIRV-LLVM-Translator 
4343        ref : ${{ inputs.ref_translator }} 
4444
4545    - name : Checkout opencl-clang 
46-       uses : actions/checkout@v3  
46+       uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29   #  v4.1.6 
4747      with :
4848        path : llvm-project/opencl-clang 
4949        ref : ${{ inputs.ref_opencl-clang }} 
Original file line number Diff line number Diff line change 1414      branches_json : ${{steps.release_branches.outputs.branches_json}} 
1515    steps :
1616      - name : Checkout 
17-         uses : actions/checkout@v4  
17+         uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29   #  v4.1.6 
1818        with :
1919            fetch-depth : 0 
2020      - name : Get latest llvm_release branch 
4343      matrix : ${{fromJson(needs.setup.outputs.branches_json)}} 
4444    steps :
4545      - name : Checkout 
46-         uses : actions/checkout@v4  
46+         uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29   #  v4.1.6 
4747        with :
4848            ref : ${{ matrix.branch }} 
4949            fetch-depth : 0 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments