name: "Perform CodeQL Analysis" on: push: branches: - main pull_request: branches: - main schedule: - cron: '10 11 * * 0' permissions: actions: read contents: read security-events: write jobs: codeql-analysis-call: uses: vyos/.github/.github/workflows/codeql-analysis.yml@b0082401423f12eb68200266227edc8bb54c9937 with: languages: "['python']"