Enable running CodeQL on PRs that modify Action
Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
This commit is contained in:
		
							
								
								
									
										5
									
								
								.github/workflows/codeql.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/codeql.yml
									
									
									
									
										vendored
									
									
								
							| @@ -1,9 +1,12 @@ | |||||||
| name: "Code Scanning - Action" | name: "CodeQL Scan" | ||||||
|  |  | ||||||
| on: | on: | ||||||
|   push: |   push: | ||||||
|   schedule: |   schedule: | ||||||
|     - cron: '0 0 * * 0' |     - cron: '0 0 * * 0' | ||||||
|  |   pull_request: | ||||||
|  |     paths: | ||||||
|  |       - '.github/workflows/codeql.yml' | ||||||
|  |  | ||||||
| jobs: | jobs: | ||||||
|   CodeQL-Build: |   CodeQL-Build: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Phil Estes
					Phil Estes