Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork846
Resolved issue by updating civic tech jobs page#4844
Workflow file for this run
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 |