Introduce codeql code scanning action

This commit is contained in:
Andrew Eisenberg
2020-05-26 13:42:40 -07:00
parent 32622b1b9f
commit 7bf719f632

22
.github/workflows/codeql.yml vendored Normal file
View File

@@ -0,0 +1,22 @@
name: "Code Scanning - CodeQL"
on:
push:
pull_request:
schedule:
- cron: '0 0 * * 0'
jobs:
codeql:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1