Skip to content

Bump build from 1.4.0 to 1.4.2 #260

Bump build from 1.4.0 to 1.4.2

Bump build from 1.4.0 to 1.4.2 #260

Workflow file for this run

name: Bandit
on:
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
permissions: {}
jobs:
bandit:
permissions:
security-events: write
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.13"]
timeout-minutes: 10
steps:
- name: Run Bandit Scan
uses: PyCQA/bandit-action@v1
with:
python-version: ${{ matrix.python-version }}
targets: examples src