Skip to content

Bump sphinx from 8.2.3 to 9.1.0 #670

Bump sphinx from 8.2.3 to 9.1.0

Bump sphinx from 8.2.3 to 9.1.0 #670

Workflow file for this run

name: bandit
on:
pull_request:
branches: [main]
permissions: {}
jobs:
bandit:
permissions:
security-events: write
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.12"]
steps:
- name: Run Bandit Scan
uses: PyCQA/bandit-action@v1
with:
python-version: ${{ matrix.python-version }}
targets: sz_tools