Skip to content

Bump protobuf from 5.28.2 to 5.28.3 #121

Bump protobuf from 5.28.2 to 5.28.3

Bump protobuf from 5.28.2 to 5.28.3 #121

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.11"]
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"