Compare commits
	
		
			2 Commits
		
	
	
		
			96747ea720
			...
			8948b67273
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 8948b67273 | |||
| 71ab59e8bc | 
| @@ -23,7 +23,7 @@ jobs: | |||||||
|           no-fail: true |           no-fail: true | ||||||
|  |  | ||||||
|       - name: SonarQube Scan |       - name: SonarQube Scan | ||||||
|         uses: SonarSource/sonarqube-scan-action@v4.2.1 |         uses: SonarSource/sonarqube-scan-action@v5.0.0 | ||||||
|         env: |         env: | ||||||
|           SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }} |           SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }} | ||||||
|           SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST_URL }} |           SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST_URL }} | ||||||
|   | |||||||
| @@ -7,8 +7,8 @@ | |||||||
|   ], |   ], | ||||||
|   "platformCommit": "enabled", |   "platformCommit": "enabled", | ||||||
|   "dependencyDashboardAutoclose": true, |   "dependencyDashboardAutoclose": true, | ||||||
|   "assignAutomerge": true, |   "assignAutomerge": false, | ||||||
|   "assigneesFromCodeOwners": true, |   "assigneesFromCodeOwners": false, | ||||||
|   "rebaseWhen": "behind-base-branch", |   "rebaseWhen": "behind-base-branch", | ||||||
|   "rollbackPrs": true, |   "rollbackPrs": true, | ||||||
|   "labels": [ |   "labels": [ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user