mirror of
				https://git.mirrors.martin98.com/https://github.com/actions/setup-python
				synced 2025-11-01 00:01:09 +08:00 
			
		
		
		
	 ec365b4eba
			
		
	
	
		ec365b4eba
		
			
		
	
	
	
	
		
			
			* Add ESLint, update Prettier * Update docs * Update tests * Update licenses * Fix review points
		
			
				
	
	
		
			14 lines
		
	
	
		
			247 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			247 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| name: CodeQL analysis
 | |
| 
 | |
| on:
 | |
|   push:
 | |
|     branches: ['main']
 | |
|   pull_request:
 | |
|   schedule:
 | |
|     - cron: '0 3 * * 0'
 | |
| 
 | |
| jobs:
 | |
|   call-codeQL-analysis:
 | |
|     name: CodeQL analysis
 | |
|     uses: actions/reusable-workflows/.github/workflows/codeql-analysis.yml@main
 |