Enable running CodeQL on PRs that modify Action

Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
This commit is contained in:
Phil Estes 2020-05-15 12:51:48 -04:00
parent 1a06884f18
commit 0207b7ff0e
No known key found for this signature in database
GPG Key ID: 0F386284C03A1162

View File

@ -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: