File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111  steps :
1212    #  It would be nice to factorize path and key.
1313    - if : inputs.mode == 'restore' 
14-       uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809   #  v4.2.4 
14+       uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830   #  v4.3.0 
1515      with :
1616        path : | 
1717          ~/.cargo/bin/ 
2323         key : ${{ hashFiles('rust-toolchain.toml', 'scripts/wrapper.sh') }} 
2424    - if : inputs.mode == 'save' 
2525      id : cache 
26-       uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809   #  v4.2.4 
26+       uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830   #  v4.3.0 
2727      with :
2828        path : | 
2929          ~/.cargo/bin/ 
Original file line number Diff line number Diff line change 1818        path : footprint-push.toml 
1919    - if : github.event_name == 'pull_request' 
2020      id : main-run 
21-       uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea   #  v7 .0.1 
21+       uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd   #  v8 .0.0 
2222      with :
2323        script : | 
2424          const { data } = await github.rest.actions.listWorkflowRuns({ 
Original file line number Diff line number Diff line change 2121      - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8  #  v5.0.0
2222        with :
2323          persist-credentials : false 
24-       - uses : ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde   #  v2.4.2 
24+       - uses : ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a   #  v2.4.3 
2525        with :
2626          results_file : results.sarif 
2727          results_format : sarif 
3131          name : SARIF file 
3232          path : results.sarif 
3333          retention-days : 5 
34-       - uses : github/codeql-action/upload-sarif@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d   #  v3.30.0 
34+       - uses : github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93   #  v3.30.5 
3535        with :
3636          sarif_file : results.sarif 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments