Skip to content

chore: specify python target-version #132

chore: specify python target-version

chore: specify python target-version #132

Workflow file for this run

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