Skip to content

CodeQL

CodeQL #442

Workflow file for this run

name: "CodeQL"
on:
push:
branches:
- main
schedule:
- cron: "0 0 * * 1"
workflow_dispatch:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: Python
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2