Merge pull request #4031 from alphagov/dependabot/maven/pay-java-comm… #623
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: | |
| pull_request: | |
| branches: [ "master" ] | |
| paths: | |
| - 'src/**' | |
| 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_java_repo: true |