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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 - name: Initialize CodeQL uses: github/codeql-action/init@678fc3afe258fb2e0cdc165ccf77b85719de7b3c with: languages: 'python' - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@678fc3afe258fb2e0cdc165ccf77b85719de7b3c