Unverified Commit d1ca1e66 authored by Guy Korland's avatar Guy Korland Committed by GitHub
Browse files

Add codeql static analysis in PR CI (#8854)

parent 20735a53
name: "CodeQL"
on:
push:
pull_request:
schedule:
# run weekly new vulnerability was added to the the database
- cron: '0 0 * * 0'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: [ 'cpp' ]
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v1
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment