|  | @@ -14,7 +14,7 @@ jobs:
 | 
	
		
			
				|  |  |      permissions: read-all
 | 
	
		
			
				|  |  |      steps:
 | 
	
		
			
				|  |  |        - name: Checkout repository
 | 
	
		
			
				|  |  | -        uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
 | 
	
		
			
				|  |  | +        uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
 | 
	
		
			
				|  |  |          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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
 | 
	
		
			
				|  |  | +        uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
 | 
	
		
			
				|  |  |          with:
 | 
	
		
			
				|  |  |            ref: ${{ github.event.pull_request.head.sha }}
 | 
	
		
			
				|  |  |            repository: ${{ github.event.pull_request.head.repo.full_name }}
 |