mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-11-04 03:12:16 +08:00 
			
		
		
		
	Merge branch 'master' into development
This commit is contained in:
		
							
								
								
									
										17
									
								
								.github/workflows/codeql.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										17
									
								
								.github/workflows/codeql.yml
									
									
									
									
										vendored
									
									
								
							@@ -3,20 +3,25 @@
 | 
				
			|||||||
#
 | 
					#
 | 
				
			||||||
# You may wish to alter this file to override the set of languages analyzed,
 | 
					# You may wish to alter this file to override the set of languages analyzed,
 | 
				
			||||||
# or to provide custom queries or build logic.
 | 
					# or to provide custom queries or build logic.
 | 
				
			||||||
#
 | 
					
 | 
				
			||||||
# ******** NOTE ********
 | 
					 | 
				
			||||||
# We have attempted to detect the languages in your repository. Please check
 | 
					 | 
				
			||||||
# the `language` matrix defined below to confirm you have the correct set of
 | 
					 | 
				
			||||||
# supported CodeQL languages.
 | 
					 | 
				
			||||||
#
 | 
					 | 
				
			||||||
name: "CodeQL"
 | 
					name: "CodeQL"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
on:
 | 
					on:
 | 
				
			||||||
  push:
 | 
					  push:
 | 
				
			||||||
    branches: [ "master" ]
 | 
					    branches: [ "master" ]
 | 
				
			||||||
 | 
					    paths-ignore:
 | 
				
			||||||
 | 
					      - '**/*.md'
 | 
				
			||||||
 | 
					      - '**/*.txt'
 | 
				
			||||||
 | 
					      - '.github/**'
 | 
				
			||||||
 | 
					      - '**/.gitignore'
 | 
				
			||||||
  pull_request:
 | 
					  pull_request:
 | 
				
			||||||
    # The branches below must be a subset of the branches above
 | 
					    # The branches below must be a subset of the branches above
 | 
				
			||||||
    branches: [ "master" ]
 | 
					    branches: [ "master" ]
 | 
				
			||||||
 | 
					    paths-ignore:
 | 
				
			||||||
 | 
					      - '**/*.md'
 | 
				
			||||||
 | 
					      - '**/*.txt'
 | 
				
			||||||
 | 
					      - '.github/**'
 | 
				
			||||||
 | 
					      - '**/.gitignore'
 | 
				
			||||||
  schedule:
 | 
					  schedule:
 | 
				
			||||||
    - cron: '30 19 * * 0'
 | 
					    - cron: '30 19 * * 0'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										10
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							@@ -4,9 +4,19 @@ on:
 | 
				
			|||||||
  push:
 | 
					  push:
 | 
				
			||||||
    branches:
 | 
					    branches:
 | 
				
			||||||
      - master
 | 
					      - master
 | 
				
			||||||
 | 
					    paths-ignore:
 | 
				
			||||||
 | 
					      - '**/*.md'
 | 
				
			||||||
 | 
					      - '**/*.txt'
 | 
				
			||||||
 | 
					      - '.github/**'
 | 
				
			||||||
 | 
					      - '**/.gitignore'
 | 
				
			||||||
  pull_request:
 | 
					  pull_request:
 | 
				
			||||||
    branches:
 | 
					    branches:
 | 
				
			||||||
      - master
 | 
					      - master
 | 
				
			||||||
 | 
					    paths-ignore:
 | 
				
			||||||
 | 
					      - '**/*.md'
 | 
				
			||||||
 | 
					      - '**/*.txt'
 | 
				
			||||||
 | 
					      - '.github/**'
 | 
				
			||||||
 | 
					      - '**/.gitignore'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
defaults:
 | 
					defaults:
 | 
				
			||||||
  run:
 | 
					  run:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user