Skip to content

Update README.md

Update README.md #15

Workflow file for this run

name: CodeQL
on:
push: { branches: [ main ] }
pull_request: { branches: [ main ] }
schedule: [ { cron: "0 6 * * 1" } ]
jobs:
analyze:
permissions: { actions: read, contents: read, security-events: write }
uses: github/codeql-action/.github/workflows/codeql.yml@v3

Check failure on line 9 in .github/workflows/codeql.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/codeql.yml

Invalid workflow file

error parsing called workflow ".github/workflows/codeql.yml" -> "github/codeql-action/.github/workflows/codeql.yml@v3" (source tag with sha:901f0fdebfadabaa0664a07bd572cbd2ff90b07e) : workflow is not reusable as it is missing a `on.workflow_call` trigger
with: { languages: python }