Skip to content

Drop python 3.9 and 3.10, add python 3.12 #754

Drop python 3.9 and 3.10, add python 3.12

Drop python 3.9 and 3.10, add python 3.12 #754

Workflow file for this run

---
name: "CodeQL"
# yamllint disable-line rule:truthy
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "30 1 * * 0"
jobs:
codeql:
name: Scanning
runs-on: ubuntu-latest
steps:
- name: ‡️ Check out code from GitHub
uses: actions/checkout@v4.1.1
- name: πŸ— Initialize CodeQL
uses: github/codeql-action/init@v2.22.8
- name: πŸš€ Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2.22.8