Add Default Markers to iOS and Android Maps SDKs (#3597) #594
This file contains hidden or 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: Examples.xcodeproj | |
| secrets: inherit |