Skip to content

Arm CodeQL: the repo is public, the analysis is free now #3

Arm CodeQL: the repo is public, the analysis is free now

Arm CodeQL: the repo is public, the analysis is free now #3

Workflow file for this run

# CodeQL static analysis. Armed since the repo went public (2026-08-31) —
# on a private repo this needs GitHub Advanced Security and fails red.
name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "14 4 * * 1" # Mondays, 04:14 UTC
workflow_dispatch:
jobs:
analyze:
name: Analyze (python)
runs-on: ubuntu-latest
permissions:
security-events: write
contents: read
steps:
- uses: actions/checkout@v7
- uses: github/codeql-action/init@v4
with:
languages: python
- uses: github/codeql-action/analyze@v4
with:
category: "/language:python"