File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2222    runs-on : ubuntu-latest 
2323    steps :
2424    - name : Checkout Repository 
25-       uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683   #  v4.2.2 
25+       uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5.0.0 
2626      with :
2727        show-progress : false 
2828    - name : Setup Golang 
4545    runs-on : ${{ matrix.os }} 
4646    steps :
4747    - name : Checkout Repository 
48-       uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683   #  v4.2.2 
48+       uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5.0.0 
4949      with :
5050        show-progress : false 
5151    - name : Setup Golang 
6464    if : github.event_name != 'push' 
6565    steps :
6666    - name : Checkout Repository 
67-       uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683   #  v4.2.2 
67+       uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5.0.0 
6868      with :
6969        show-progress : false 
7070    - name : Setup Golang 
8787    if : github.event_name == 'push' 
8888    steps :
8989    - name : Checkout Repository 
90-       uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683   #  v4.2.2 
90+       uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5.0.0 
9191      with :
9292        show-progress : false 
9393        fetch-depth : 0 
@@ -120,7 +120,7 @@ jobs:
120120    - publish-release 
121121    steps :
122122    - name : Checkout Repository 
123-       uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683   #  v4.2.2 
123+       uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5.0.0 
124124      with :
125125        show-progress : false 
126126    - name : Download Binaries 
Original file line number Diff line number Diff line change 2525      security-events : write 
2626    steps :
2727    - name : Checkout repository 
28-       uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683   #  v4.2.2 
28+       uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5.0.0 
2929      with :
3030        show-progress : false 
3131    - name : Setup Golang 
Original file line number Diff line number Diff line change 1919      pull-requests : write 
2020    steps :
2121    - name : Checkout Repository 
22-       uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683   #  v4.2.2 
22+       uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v5.0.0 
2323      with :
2424        show-progress : false 
2525    - name : Dependency Review 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments