Skip to content

feat(release): added support for remote shared config to be used to c… #67

feat(release): added support for remote shared config to be used to c…

feat(release): added support for remote shared config to be used to c… #67

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
secrets: inherit