Skip to content

build(deps): bump actions/checkout from 5 to 6 #1139

build(deps): bump actions/checkout from 5 to 6

build(deps): bump actions/checkout from 5 to 6 #1139

Workflow file for this run

---
name: bandit static checks
"on":
push:
branches:
- main
pull_request:
jobs:
bandit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Run bandit
run: |
python --version
python -m pip install --quiet --no-cache-dir --upgrade uv
uv run bandit -r $(basename $(pwd) | sed -E 's/-/_/')