Skip to content

docs: sync BACKLOG.md with the code-review issue back-fill #97

docs: sync BACKLOG.md with the code-review issue back-fill

docs: sync BACKLOG.md with the code-review issue back-fill #97

Workflow file for this run

name: CodeQL
# Semantic static analysis (SAST) for the Python source. Runs on pushes/PRs to
# main and weekly, so new code paths and newly-disclosed query packs are caught.
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "0 6 * * 1" # Mondays 06:00 UTC
workflow_dispatch:
permissions:
contents: read
jobs:
analyze:
name: Analyze (python)
runs-on: ubuntu-latest
permissions:
security-events: write
contents: read
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Initialize CodeQL
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
with:
languages: python
queries: security-and-quality
config-file: ./.github/codeql/codeql-config.yml
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
with:
category: "/language:python"