name: "CodeQL Analysis" on: push: branches: [ develop ] pull_request: branches: [ develop ] schedule: - cron: '30 0 * * 2' workflow_dispatch: permissions: {} jobs: analyze: name: Analyze runs-on: ubuntu-latest permissions: actions: read contents: read security-events: write steps: - name: Checkout repository uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Initialize CodeQL uses: github/codeql-action/init@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 with: languages: 'python' - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@17573ee1cc1b9d061760f3a006fc4aac4f944fd5