Skip to content

Allow strawberry.auto to override all_fields=True | Allow Private Fields to work with strawberry.auto (all_fields=True is pending) #13575

Allow strawberry.auto to override all_fields=True | Allow Private Fields to work with strawberry.auto (all_fields=True is pending)

Allow strawberry.auto to override all_fields=True | Allow Private Fields to work with strawberry.auto (all_fields=True is pending) #13575

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Initialize CodeQL
uses: github/codeql-action/init@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
with:
languages: python
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11