Skip to content

CodeQL

CodeQL #20

Workflow file for this run

name: "CodeQL"
on:
schedule:
- cron: "38 16 * * 4"
jobs:
analyze:
name: "Analyze"
runs-on: "ubuntu-latest"
strategy:
fail-fast: false
matrix:
language: ["python"]
steps:
- name: "Checkout repository"
uses: "actions/[email protected]"
- name: "Initialize CodeQL"
uses: "github/codeql-action/[email protected]"
with:
languages: "${{ matrix.language }}"
- name: "Autobuild"
uses: "github/codeql-action/[email protected]"
- name: "Perform CodeQL Analysis"
uses: "github/codeql-action/[email protected]"
with:
category: "/language:${{matrix.language}}"