Skip to content

Bump python-multipart from 0.0.22 to 0.0.26 #24

Bump python-multipart from 0.0.22 to 0.0.26

Bump python-multipart from 0.0.22 to 0.0.26 #24

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 6 * * 1' # Monday 6am UTC
workflow_dispatch:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
security-events: write
contents: read
strategy:
fail-fast: false
matrix:
language: ['python']
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
build-mode: none
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4