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 2020
2121      - name : Checkout repository 
2222        id : checkout_repo 
23-         uses : actions/checkout@v4  
23+         uses : actions/checkout@v5  
2424        with :
2525          token : ${{ secrets.GITHUB_TOKEN }} 
2626          fetch-depth : 0 
4141    name : Validate Project for Trimming 
4242    runs-on : windows-latest 
4343    steps :
44-       - uses : actions/checkout@v4  
44+       - uses : actions/checkout@v5  
4545
4646      - name : Setup .NET 
4747        uses : actions/setup-dotnet@v4 
5858    needs : [ci] 
5959    steps :
6060      - name : Checkout repository 
61-         uses : actions/checkout@v4  
61+         uses : actions/checkout@v5  
6262
6363      - name : Setup .NET 
6464        uses : actions/setup-dotnet@v4 
Original file line number Diff line number Diff line change 2020    steps :
2121      - name : Checkout repository 
2222        id : checkout_repo 
23-         uses : actions/checkout@v4  
23+         uses : actions/checkout@v5  
2424
2525      - name : Setup .NET 
2626        uses : actions/setup-dotnet@v4 
Original file line number Diff line number Diff line change 4343        uses : actions/setup-dotnet@v4 
4444        with :
4545          dotnet-version : 8.0.x 
46-       - uses : actions/checkout@v4  
46+       - uses : actions/checkout@v5  
4747        with :
4848          fetch-depth : 0   #  Shallow clones should be disabled for a better relevancy of analysis
4949      - name : Cache SonarCloud packages 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments