Skip to content

feat: auto branch protection in init + align Dependabot with conventi… #11

feat: auto branch protection in init + align Dependabot with conventi…

feat: auto branch protection in init + align Dependabot with conventi… #11

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "0 6 * * 1"
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: python
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3