Skip to content

Bump twine from 5.1.1 to 6.0.1 #214

Bump twine from 5.1.1 to 6.0.1

Bump twine from 5.1.1 to 6.0.1 #214

Workflow file for this run

name: bandit
on:
pull_request:
branches: [main]
permissions:
contents: read
pull-requests: write
jobs:
bandit:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.12"]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run Bandit Scan
uses: lukehinds/bandit-action@new-action
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
path: "examples src"
recursive: "true"