Skip to content

Bump mypy from 1.10.0 to 1.10.1 (#8) #9

Bump mypy from 1.10.0 to 1.10.1 (#8)

Bump mypy from 1.10.0 to 1.10.1 (#8) #9

Workflow file for this run

# See LICENSE file for copyright and license information
name: "CodeQL"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
analyze:
name: Analyze (python)
runs-on: 'ubuntu-latest'
timeout-minutes: 360
permissions:
security-events: write
packages: read
strategy:
fail-fast: false
steps:
- name: Checkout repository
uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: python
build-mode: none
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:python"