Skip to content

CodeQL

CodeQL #60

name: CodeQL
on:
push:
branches:
- main
paths:
- "main.py"
- ".github/workflows/codeql-analysis.yml"
pull_request:
branches:
- main
paths:
- "main.py"
- ".github/workflows/codeql-analysis.yml"
schedule:
- cron: "0 10 * * 6"
workflow_dispatch:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Cancel previous workflow
uses: styfle/cancel-workflow-action@0.12.0
with:
access_token: ${{ github.token }}
- name: Checkout repository
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: "python"
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2