File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 9191        nslookup artifactory.delivery.puppetlabs.net 
9292
9393     - name : Checkout 
94-       uses : actions/checkout@v3  
94+       uses : actions/checkout@v4  
9595      with :
9696        ref : ${{ github.event.pull_request.head.sha }} 
9797
@@ -110,6 +110,9 @@ jobs:
110110     - name : Provision test environment 
111111      run : | 
112112        bundle exec rake "litmus:provision[${{matrix.platforms.provider}},${{ matrix.platforms.image }}]" 
113+         # Redact password 
114+         FILE='spec/fixtures/litmus_inventory.yaml' 
115+         sed -e 's/password: .*/password: "[redacted]"/' < $FILE || true  
113116
114117     - name : Install agent 
115118      run : | 
Original file line number Diff line number Diff line change 8888        nslookup artifactory.delivery.puppetlabs.net 
8989
9090     - name : Checkout 
91-       uses : actions/checkout@v3  
91+       uses : actions/checkout@v4  
9292      with :
9393        ref : ${{ github.event.pull_request.head.sha }} 
9494
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments