name: 'Code scanning' on: push: branches: [main] pull_request: branches: [main] schedule: - cron: '0 3 * * 0' jobs: call-codeQL-analysis: # The reusable workflow can be found here: https://github.com/actions/reusable-workflows/blob/main/.github/workflows/codeql-analysis.yml name: CodeQL analysis uses: actions/reusable-workflows/.github/workflows/codeql-analysis.yml@main