Fixed typo in Communities of Practice leader updates - Add #4797
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
| # This is the main codeql.yml file which scans for CodeQL alerts. | |
| # Most of the code is in .github/workflows/codeql-scan-job.yml | |
| name: "CodeQL Scan" | |
| on: | |
| push: | |
| branches: [ 'gh-pages' ] | |
| pull_request: | |
| # The branches below must be a subset of the branches above | |
| branches: [ 'gh-pages' ] | |
| schedule: | |
| - cron: '30 5 * * 5' | |
| workflow_dispatch: | |
| jobs: | |
| codeql-scan-job: | |
| uses: ./.github/workflows/codeql-scan-job.yml |