Skip to content

fix: Add a checkout step to make sure the python version can be determined from the pyproject.toml file #50

fix: Add a checkout step to make sure the python version can be determined from the pyproject.toml file

fix: Add a checkout step to make sure the python version can be determined from the pyproject.toml file #50

Workflow file for this run

---
name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: 17 16 * * 4
jobs:
analyze:
uses: ./.github/workflows/_reusable-codeql-analysis.yml
with:
languages-array: '["python", "javascript"]'
codeql-queries: security-extended,security-and-quality
permissions:
actions: read
contents: read
security-events: write