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