Skip to content

feat(5.1.0-rc8): TUI polish + E2E parallel matrix + shell completion #69

feat(5.1.0-rc8): TUI polish + E2E parallel matrix + shell completion

feat(5.1.0-rc8): TUI polish + E2E parallel matrix + shell completion #69

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
# Run weekly on Monday at 06:00 UTC
- cron: '0 6 * * 1'
jobs:
analyze:
name: Analyze (Python)
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: python
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
with:
category: "/language:python"