Skip to content

refactor(internal): adopt Litestar 2.24 NamedDependency DI and thread… #176

refactor(internal): adopt Litestar 2.24 NamedDependency DI and thread…

refactor(internal): adopt Litestar 2.24 NamedDependency DI and thread… #176

Workflow file for this run

name: CodeQL
on:
push:
branches: ["main"]
paths:
- "litestar_auth/**"
- ".github/codeql/**"
- ".github/workflows/4_codeql.yml"
pull_request:
branches: ["main"]
paths:
- "litestar_auth/**"
- ".github/codeql/**"
- ".github/workflows/4_codeql.yml"
concurrency:
group: codeql-${{ github.ref }}
cancel-in-progress: true
jobs:
analyze:
name: CodeQL analysis
runs-on: ubuntu-latest
if: github.event.repository.fork == false
timeout-minutes: 30
permissions:
security-events: write
actions: read
contents: read
steps:
- name: Check out repository
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Set up Python
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: "3.12"
- name: Initialize CodeQL
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
with:
languages: python
config-file: ./.github/codeql/codeql-config.yml
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
with:
category: "/language:python"