Skip to content

Enhance README with interview relevance section #11

Enhance README with interview relevance section

Enhance README with interview relevance section #11

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