PP-13255 Add error summary to org details form (#4380) #756
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: | |
pull_request: | |
branches: [ "master" ] | |
paths: | |
- 'app/**' | |
- 'test/**' | |
push: | |
branches: [ "master" ] | |
schedule: | |
# Weekly schedule | |
- cron: '43 7 * * 1' | |
permissions: | |
security-events: write | |
jobs: | |
analyze: | |
name: "Run CodeQL" | |
uses: alphagov/pay-ci/.github/workflows/_run-codeql-scan.yml@master | |
with: | |
is_node_repo: true |