Skip to content

build(deps-dev): bump mypy from 1.5.1 to 1.6.0 #287

build(deps-dev): bump mypy from 1.5.1 to 1.6.0

build(deps-dev): bump mypy from 1.5.1 to 1.6.0 #287

Workflow file for this run

name: CodeQL
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
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
id: checkout-repository
uses: actions/checkout@v3
- name: Initialize CodeQL
id: initialize-codeql
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Autobuild
id: autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL analysis
id: perform-codeql-analysis
uses: github/codeql-action/analyze@v2
with:
category: "/language:${{matrix.language}}"