Skip to content

Bump pydantic from 1.10.12 to 2.5.3 #144

Bump pydantic from 1.10.12 to 2.5.3

Bump pydantic from 1.10.12 to 2.5.3 #144

Workflow file for this run

name: "CodeQL"
on:
workflow_dispatch:
push:
branches:
- master
paths:
- cortex_xdr_client/**
- poetry.lock
- pyproject.toml
pull_request:
branches:
- master
paths:
- cortex_xdr_client/**
- poetry.lock
- pyproject.toml
- .github/workflows/codeql-analysis.yml
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'python' ]
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
queries: security-extended
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2