Skip to content

Update codeql.yml

Update codeql.yml #46

Workflow file for this run

name: "CodeQL"
on:
push:
branches: ['main', 'publisher-production']
paths-ignore:
- '.github'
- '.circleci'
- '.vscode'
- '**.md'
- '**.txt'
pull_request:
branches: ['main', 'publisher-production', 'release/**', '!release/**-alpha**']
paths-ignore:
- '.github'
- '.circleci'
- '.vscode'
- '**.md'
- '**.txt'
schedule:
- cron: "16 20 * * 4"
jobs:
analyze:
uses: ./.github/workflows/analyze.yml
with:
project-path: Apps/Examples/Examples.xcodeproj
secrets: inherit