Skip to content

CodeQL Analysis

CodeQL Analysis #1006

Workflow file for this run

name: CodeQL Analysis
on:
workflow_run:
workflows: ["Continuous Integration"]
types: [completed]
jobs:
analyze:
name: CodeQL Analysis - Python
runs-on: ubuntu-24.04
if: ${{ github.event.workflow_run.conclusion == 'success' }}
permissions:
security-events: write
actions: read
contents: read
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: 'python'
build-mode: 'none'
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: '/language:python'