Skip to content

Bump mkdocstrings[python] from 0.26.2 to 0.27.0 #6763

Bump mkdocstrings[python] from 0.26.2 to 0.27.0

Bump mkdocstrings[python] from 0.26.2 to 0.27.0 #6763

Workflow file for this run

name: CodeQL
on:
push:
branches-ignore:
- "dependabot/**"
pull_request:
schedule:
- cron: "0 0 * * *" # Every day at 00:00
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: python
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3