Skip to content

ci: updated shared workflows (#44) #87

ci: updated shared workflows (#44)

ci: updated shared workflows (#44) #87

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@50a35d7a3dec2ab631ddc39b1307a8394fcc44c7 # v0.2.4
secrets: inherit