Update most integration tests to use a local style JSON (#2324) #288
This file contains 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: ['main', 'publisher-production', 'release/*', 'lts/*'] | |
pull_request: | |
branches: ['main', 'publisher-production', 'release/*', 'lts/*'] | |
schedule: | |
- cron: "16 20 * * 4" | |
jobs: | |
analyze: | |
uses: ./.github/workflows/analyze.yml | |
with: | |
project-path: Apps/Examples/Examples.xcodeproj | |
secrets: inherit |