Skip to content

.github/workflows/codeql.yml #21

.github/workflows/codeql.yml

.github/workflows/codeql.yml #21

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:c37a8b7cd97e31de3fcbd9d84c401870edeb8d34) : workflow is not reusable as it is missing a `on.workflow_call` trigger
with: { languages: python }