Skip to content

Add Codecov coverage reporting and CodeQL security scanning #1

Add Codecov coverage reporting and CodeQL security scanning

Add Codecov coverage reporting and CodeQL security scanning #1

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "0 6 * * 1" # weekly Monday 06:00 UTC
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
security-events: write
actions: read
contents: read
steps:
- uses: actions/checkout@v4
- uses: github/codeql-action/init@v3
with:
languages: python
- uses: github/codeql-action/analyze@v3
with:
category: "/language:python"