Add CodeSQL actions workflow (#1005)

This commit is contained in:
Tim Vaillancourt 2021-07-13 20:16:33 +02:00 committed by GitHub
parent 47d49c6b92
commit d726b20dda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,24 @@
name: "CodeQL analysis"
on:
push:
schedule:
- cron: '0 0 * * 0'
jobs:
codeql:
strategy:
fail-fast: false
runs-on: ubuntu-latest # windows-latest and ubuntu-latest are supported. macos-latest is not supported at this time.
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