|  |  | @ -17,7 +17,7 @@ jobs: | 
			
		
	
		
		
			
				
					
					|  |  |  |     runs-on: ubuntu-latest |  |  |  |     runs-on: ubuntu-latest | 
			
		
	
		
		
			
				
					
					|  |  |  |     if: github.actor != 'dependabot[bot]' |  |  |  |     if: github.actor != 'dependabot[bot]' | 
			
		
	
		
		
			
				
					
					|  |  |  |     steps: |  |  |  |     steps: | 
			
		
	
		
		
			
				
					
					|  |  |  |       - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 |  |  |  |       - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |       - name: Run FOSSA scan and upload build data |  |  |  |       - name: Run FOSSA scan and upload build data | 
			
		
	
		
		
			
				
					
					|  |  |  |         uses: fossa-contrib/fossa-action@6728dc6fe9a068c648d080c33829ffbe56565023 # v2.0.0 |  |  |  |         uses: fossa-contrib/fossa-action@6728dc6fe9a068c648d080c33829ffbe56565023 # v2.0.0 | 
			
		
	
		
		
			
				
					
					|  |  |  |         with: |  |  |  |         with: | 
			
		
	
	
		
		
			
				
					|  |  | @ -31,7 +31,7 @@ jobs: | 
			
		
	
		
		
			
				
					
					|  |  |  |       security-events: write |  |  |  |       security-events: write | 
			
		
	
		
		
			
				
					
					|  |  |  |     if: (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) && github.actor != 'dependabot[bot]' |  |  |  |     if: (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) && github.actor != 'dependabot[bot]' | 
			
		
	
		
		
			
				
					
					|  |  |  |     steps: |  |  |  |     steps: | 
			
		
	
		
		
			
				
					
					|  |  |  |       - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 |  |  |  |       - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |       - name: Setup Kustomize |  |  |  |       - name: Setup Kustomize | 
			
		
	
		
		
			
				
					
					|  |  |  |         uses: fluxcd/pkg/actions/kustomize@main |  |  |  |         uses: fluxcd/pkg/actions/kustomize@main | 
			
		
	
		
		
			
				
					
					|  |  |  |       - name: Setup Go |  |  |  |       - name: Setup Go | 
			
		
	
	
		
		
			
				
					|  |  | @ -61,7 +61,7 @@ jobs: | 
			
		
	
		
		
			
				
					
					|  |  |  |     if: github.actor != 'dependabot[bot]' |  |  |  |     if: github.actor != 'dependabot[bot]' | 
			
		
	
		
		
			
				
					
					|  |  |  |     steps: |  |  |  |     steps: | 
			
		
	
		
		
			
				
					
					|  |  |  |       - name: Checkout repository |  |  |  |       - name: Checkout repository | 
			
		
	
		
		
			
				
					
					|  |  |  |         uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 |  |  |  |         uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |       - name: Set up Go |  |  |  |       - name: Set up Go | 
			
		
	
		
		
			
				
					
					|  |  |  |         uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 |  |  |  |         uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 | 
			
		
	
		
		
			
				
					
					|  |  |  |         with: |  |  |  |         with: | 
			
		
	
	
		
		
			
				
					|  |  | 
 |