Skip to content

CodeQL

CodeQL #771

---
name: CodeQL
on:
push:
paths-ignore:
- "dependabot/**"
- '.github/workflows/**'
- '!.github/workflows/codeql-analysis.yml'
pull_request:
branches:
- "dependabot/**"
- '.github/workflows/**'
- '!.github/workflows/codeql-analysis.yml'
schedule:
- cron: '18 23 * * 1'
permissions:
actions: read
contents: read
security-events: write
jobs:
analyze:
name: Analyze
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: 'cpp'
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3