Skip to content

chore(deps-dev): bump mkdocs-material from 9.5.41 to 9.5.44 #917

chore(deps-dev): bump mkdocs-material from 9.5.41 to 9.5.44

chore(deps-dev): bump mkdocs-material from 9.5.41 to 9.5.44 #917

Workflow file for this run

name: 'CodeQL'
on:
push:
branches: [main]
pull_request:
schedule:
- cron: '30 1 * * 0'
jobs:
CodeQL-Build:
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: python
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3