File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5050
5151      #  Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF format to the repository Actions tab.
5252      - name : Upload artifact 
53-         uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a   #  v4.3.6 
53+         uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874   #  v4.4.0 
5454        with :
5555          name : SARIF file 
5656          path : results.sarif 
Original file line number Diff line number Diff line change 4545          outputs : type=docker,dest=${{ runner.temp }}/oss.tar 
4646
4747      - name : Upload artifact 
48-         uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a   #  v4.3.6 
48+         uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874   #  v4.4.0 
4949        with :
5050          name : oss 
5151          path : ${{ runner.temp }}/oss.tar 
@@ -132,7 +132,7 @@ jobs:
132132          docker save nginx-s3-gateway:latest-njs-oss > ${{ runner.temp }}/latest-njs.tar 
133133
134134name : Upload artifact - latest-njs 
135-         uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a   #  v4.3.6 
135+         uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874   #  v4.4.0 
136136        with :
137137          name : latest-njs 
138138          path : ${{ runner.temp }}/latest-njs.tar 
@@ -217,7 +217,7 @@ jobs:
217217          docker save nginx-s3-gateway:unprivileged-oss > ${{ runner.temp }}/unprivileged.tar 
218218
219219name : Upload artifact - unprivileged 
220-         uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a   #  v4.3.6 
220+         uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874   #  v4.4.0 
221221        with :
222222          name : unprivileged 
223223          path : ${{ runner.temp }}/unprivileged.tar 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments