Skip to content

Merge pull request #28 from bhcopeland/fix-ci-branch-name #11

Merge pull request #28 from bhcopeland/fix-ci-branch-name

Merge pull request #28 from bhcopeland/fix-ci-branch-name #11

Workflow file for this run

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