chore: realigned this forgotten project with other go-openapi repos #1
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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
|
||
| secrets: inherit | ||