Skip to content

Bump ruff from 0.5.7 to 0.15.12 #30

Bump ruff from 0.5.7 to 0.15.12

Bump ruff from 0.5.7 to 0.15.12 #30

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
paths-ignore:
- "src/_vendor/**"
schedule:
- cron: "23 3 * * 1"
workflow_dispatch:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: python
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v3