mirror of
				https://hub.gitmirror.com/https://github.com/actions/setup-java.git
				synced 2025-10-28 08:29:58 +08:00 
			
		
		
		
	 0de5c66fc0
			
		
	
	
		0de5c66fc0
		
			
		
	
	
	
	
		
			
			* Add ESLint config and update Prettier * Update test files * Rebuild action * Update docs * Update licenses * Update tsconfig * Rebuild action * Update tsconfig.json * Fix console.time calls * Rebuild action * Rebuild action on Linux
		
			
				
	
	
		
			15 lines
		
	
	
		
			266 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			266 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| name: CodeQL analysis
 | |
| 
 | |
| on:
 | |
|   push:
 | |
|     branches: [main]
 | |
|   pull_request:
 | |
|     branches: [main]
 | |
|   schedule:
 | |
|     - cron: '0 3 * * 0'
 | |
| 
 | |
| jobs:
 | |
|   call-codeQL-analysis:
 | |
|     name: CodeQL analysis
 | |
|     uses: actions/reusable-workflows/.github/workflows/codeql-analysis.yml@main
 |