Skip to content

chore(deps): bump jinja2 from 3.1.4 to 3.1.5 (#3055) #4050

chore(deps): bump jinja2 from 3.1.4 to 3.1.5 (#3055)

chore(deps): bump jinja2 from 3.1.4 to 3.1.5 (#3055) #4050

Workflow file for this run

name: Bandit
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.9
- name: Install
run: |
python -m pip install --upgrade pip
python -m pip install bandit
- name: Bandit
run: bandit -r -lll -ii .