Skip to content

deps: bump ruff from 0.8.6 to 0.15.9 in the dev-dependencies group #723

deps: bump ruff from 0.8.6 to 0.15.9 in the dev-dependencies group

deps: bump ruff from 0.8.6 to 0.15.9 in the dev-dependencies group #723

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 12 * * 1' # Monday at noon UTC
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
security-events: write
contents: read
steps:
- 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