Skip to content

Bump pytest-cov from 6.2.1 to 6.3.0 in the python-packages group (#23) #58

Bump pytest-cov from 6.2.1 to 6.3.0 in the python-packages group (#23)

Bump pytest-cov from 6.2.1 to 6.3.0 in the python-packages group (#23) #58

Workflow file for this run

name: CodeQL
on:
push:
branches:
- master
pull_request:
schedule:
- cron: '30 23 1 * *'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
security-events: write
strategy:
fail-fast: false
matrix:
language: [ python ]
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3