Skip to content

ci: introduced shared mono-repo workflows #4

ci: introduced shared mono-repo workflows

ci: introduced shared mono-repo workflows #4

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: go-openapi/ci-workflows/.github/workflows/codeql.yml@831dfd7df2e711bb6137a5a00d2258e9f8e59add # v0.2.1
secrets: inherit