Skip to content

Add Strawberry Django compatibility workflow (#4608) #14905

Add Strawberry Django compatibility workflow (#4608)

Add Strawberry Django compatibility workflow (#4608) #14905

name: 馃攼 CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 18 * * 5'
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
security-events: write
actions: read
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Initialize CodeQL
uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9
with:
languages: python
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9