Skip to content

Report master CI and measured coverage through live badges #21

Report master CI and measured coverage through live badges

Report master CI and measured coverage through live badges #21

Workflow file for this run

name: CodeQL
on:
push:
branches: [master, develop]
pull_request:
branches: [develop]
schedule:
- cron: '26 17 * * 2'
workflow_dispatch:
permissions:
contents: read
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
timeout-minutes: 20
permissions:
actions: read
contents: read
security-events: write
steps:
- uses: actions/checkout@v7
- uses: github/codeql-action/init@v4
with:
languages: python
queries: security-and-quality
- uses: github/codeql-action/analyze@v4
with:
category: '/language:python'