Skip to content

fix: audit cleanup — installer NameError CRIT + 12 mediums/lows + lin… #279

fix: audit cleanup — installer NameError CRIT + 12 mediums/lows + lin…

fix: audit cleanup — installer NameError CRIT + 12 mediums/lows + lin… #279

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 6 * * 1' # weekly Monday 06:00 UTC
permissions:
actions: read
contents: read
security-events: write
jobs:
analyze:
name: Analyze (Python)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Initialize CodeQL
uses: github/codeql-action/init@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v3
with:
languages: python
queries: security-and-quality
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v3
with:
category: "/language:python"