Skip to content

Bump pytest-asyncio from 0.25.0 to 0.25.1 (#147) #46

Bump pytest-asyncio from 0.25.0 to 0.25.1 (#147)

Bump pytest-asyncio from 0.25.0 to 0.25.1 (#147) #46

name: "CodeQL"
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
schedule:
- cron: '16 10 * * 5'
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
uses: actions/checkout@v4
- name: Initialize CodeQL tools for scanning
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3