Skip to content

chore(deps)(deps): bump python-multipart from 0.0.29 to 0.0.31 (#766) #363

chore(deps)(deps): bump python-multipart from 0.0.29 to 0.0.31 (#766)

chore(deps)(deps): bump python-multipart from 0.0.29 to 0.0.31 (#766) #363

Workflow file for this run

# This file is part of the jebel-quant/rhiza repository
# (https://github.com/jebel-quant/rhiza).
#
# Workflow: CodeQL
#
# Purpose: Automated code scanning for Python and GitHub Actions using
# GitHub's CodeQL engine. Free for public repositories; requires
# GitHub Advanced Security for private repositories.
# Set the CODEQL_ENABLED repository variable to 'true' to force-enable
# on private repos, 'false' to disable, or leave unset for auto-detect.
#
# Trigger: On push to main/master, pull requests, and weekly schedule.
name: "(RHIZA) CODEQL"
permissions:
security-events: write
packages: read
actions: read
contents: read
on:
push:
branches: [ "main", "master" ]
pull_request:
branches: [ "main", "master" ]
schedule:
- cron: '27 1 * * 1'
jobs:
codeql:
uses: jebel-quant/rhiza/.github/workflows/rhiza_codeql.yml@v0.19.1
secrets: inherit