mirror of
				https://github.com/continew-org/continew-admin.git
				synced 2025-10-31 10:57:13 +08:00 
			
		
		
		
	ci: 移除 Qodana 扫描
This commit is contained in:
		
							
								
								
									
										17
									
								
								.github/workflows/deploy.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										17
									
								
								.github/workflows/deploy.yml
									
									
									
									
										vendored
									
									
								
							| @@ -46,23 +46,6 @@ jobs: | ||||
|             cd /docker | ||||
|             docker-compose up --force-recreate --build -d continew-admin-server | ||||
|             docker images | grep none | awk '{print $3}' | xargs docker rmi | ||||
|   # Qodana 扫描 | ||||
|   qodana-scan: | ||||
|     runs-on: ubuntu-latest | ||||
|     permissions: | ||||
|       contents: write | ||||
|       pull-requests: write | ||||
|       checks: write | ||||
|     steps: | ||||
|       - name: Checkout | ||||
|         uses: actions/checkout@master | ||||
|         with: | ||||
|           ref: ${{ github.event.pull_request.head.sha }}  # to check out the actual pull request commit, not the merge commit | ||||
|           fetch-depth: 0 # a full history is required for pull request analysis | ||||
|       - name: Analyze | ||||
|         uses: JetBrains/qodana-action@v2023.3 | ||||
|         env: | ||||
|           QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} | ||||
|   # Sonar 扫描 | ||||
|   sonar-scan: | ||||
|     runs-on: ubuntu-latest | ||||
|   | ||||
		Reference in New Issue
	
	Block a user