|  | @@ -14,7 +14,7 @@ jobs:
 | 
	
		
			
				|  |  |      permissions: read-all
 | 
	
		
			
				|  |  |      steps:
 | 
	
		
			
				|  |  |        - name: Checkout repository
 | 
	
		
			
				|  |  | -        uses: actions/checkout@7dd9e2a3dc350cf687eb1b2a4fadfee8c8e49675 # v3
 | 
	
		
			
				|  |  | +        uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
 | 
	
		
			
				|  |  |          with:
 | 
	
		
			
				|  |  |            ref: ${{ github.event.pull_request.head.sha }}
 | 
	
		
			
				|  |  |            repository: ${{ github.event.pull_request.head.repo.full_name }}
 | 
	
	
		
			
				|  | @@ -39,7 +39,7 @@ jobs:
 | 
	
		
			
				|  |  |      permissions: read-all
 | 
	
		
			
				|  |  |      steps:
 | 
	
		
			
				|  |  |        - name: Checkout repository
 | 
	
		
			
				|  |  | -        uses: actions/checkout@7dd9e2a3dc350cf687eb1b2a4fadfee8c8e49675 # v3
 | 
	
		
			
				|  |  | +        uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
 | 
	
		
			
				|  |  |          with:
 | 
	
		
			
				|  |  |            ref: ${{ github.base_ref }}
 | 
	
		
			
				|  |  |        - name: Setup .NET
 |