Skip to content

docs(changelog): update unreleased changes #34

docs(changelog): update unreleased changes

docs(changelog): update unreleased changes #34

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- uses: actions/checkout@v4
- uses: github/codeql-action/init@v3
with:
languages: python
- uses: github/codeql-action/analyze@v3