Skip to content

chore(deps): bump actions/upload-artifact from 4.6.2 to 6.0.0 #157

chore(deps): bump actions/upload-artifact from 4.6.2 to 6.0.0

chore(deps): bump actions/upload-artifact from 4.6.2 to 6.0.0 #157

Workflow file for this run

name: Bandit
on:
pull_request:
branches:
- "main*"
push:
branches:
- "main"
jobs:
bandit:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: "3.11"
- name: Install uv and sync dev dependencies
run: |
pip install uv
uv venv
echo "VIRTUAL_ENV=$PWD/.venv" >> $GITHUB_ENV
echo "$PWD/.venv/bin" >> $GITHUB_PATH
uv sync --dev
- name: Run Bandit
run: |
bandit -r src/pdfbaker/