Skip to content

Bump pydantic from 2.9.2 to 2.12.5 #10

Bump pydantic from 2.9.2 to 2.12.5

Bump pydantic from 2.9.2 to 2.12.5 #10

Workflow file for this run

name: CodeQL
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
# schedule:
# - cron: "35 2 * * 1" # weekly
permissions:
contents: read
security-events: write
jobs:
analyze:
name: Analyze (Python)
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: ["python"]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{ matrix.language }}"