Skip to content

build(deps): bump bandit from 1.7.2 to 1.7.8 #714

build(deps): bump bandit from 1.7.2 to 1.7.8

build(deps): bump bandit from 1.7.2 to 1.7.8 #714

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@master
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python }}
- name: Install
run: make deps
- name: Test
run: make clean && make test