Skip to content

chore: realigned this forgotten project with other go-openapi repos #1

chore: realigned this forgotten project with other go-openapi repos

chore: realigned this forgotten project with other go-openapi repos #1

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
paths-ignore: # remove this clause if CodeQL is a required check
- '**/*.md'
schedule:
- cron: '39 19 * * 5'
permissions:
contents: read
jobs:
codeql:
permissions:
contents: read
security-events: write
uses: ./.github/workflows/codeql.yml

Check failure on line 21 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/workflows/codeql.yml" : workflow is not reusable as it is missing a `on.workflow_call` trigger
secrets: inherit