Skip to content

chore(deps-dev): bump mypy from 1.18.1 to 1.18.2 #59

chore(deps-dev): bump mypy from 1.18.1 to 1.18.2

chore(deps-dev): bump mypy from 1.18.1 to 1.18.2 #59

Workflow file for this run

name: CodeQL Analysis
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '43 3 * * 5'
workflow_dispatch:
permissions:
contents: read
security-events: write
concurrency:
group: "codeql-${{ github.ref }}"
cancel-in-progress: false
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout repository
uses: actions/checkout@v5
- 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
with:
category: "/language:python"