feat(ci): switch to self-hosted SonarQube
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Validate PR Title / validate (pull_request) Successful in 37s
				
			
		
			
				
	
				CI / ci (pull_request) Successful in 1m35s
				
			
		
			
				
	
				Release / Test (push) Failing after 1s
				
			
		
			
				
	
				Release / Create Release (push) Has been skipped
				
			
		
			
				
	
				Release / Print Release (push) Has been skipped
				
			
		
			
				
	
				Release / Publish Docker Images (push) Has been skipped
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Validate PR Title / validate (pull_request) Successful in 37s
				
			CI / ci (pull_request) Successful in 1m35s
				
			Release / Test (push) Failing after 1s
				
			Release / Create Release (push) Has been skipped
				
			Release / Print Release (push) Has been skipped
				
			Release / Publish Docker Images (push) Has been skipped
				
			This commit was merged in pull request #4.
	This commit is contained in:
		
							
								
								
									
										18
									
								
								.archive/.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								.archive/.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,18 @@
 | 
			
		||||
name: CI
 | 
			
		||||
on:
 | 
			
		||||
  pull_request:
 | 
			
		||||
    types: [opened, synchronize, reopened]
 | 
			
		||||
    paths-ignore:
 | 
			
		||||
      - "README.md"
 | 
			
		||||
      - "LICENSE.md"
 | 
			
		||||
      - ".gitignore"
 | 
			
		||||
      - ".github/CODEOWNERS"
 | 
			
		||||
      - ".github/renovate.json"
 | 
			
		||||
      - ".github/dependabot.yml"
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  ci:
 | 
			
		||||
    uses: luketainton/gha-workflows/.github/workflows/ci-docker.yml@main
 | 
			
		||||
    secrets:
 | 
			
		||||
      SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
 | 
			
		||||
      SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
 | 
			
		||||
		Reference in New Issue
	
	Block a user