Skip to content

Bump ruff from 0.14.8 to 0.15.13 #5

Bump ruff from 0.14.8 to 0.15.13

Bump ruff from 0.14.8 to 0.15.13 #5

Workflow file for this run

name: CodeQL
on:
pull_request:
push:
branches:
- main
schedule:
- cron: "32 4 * * 1"
permissions:
actions: read
contents: read
security-events: write
jobs:
codeql:
name: codeql
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: python
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v4