Skip to content

Update protobuf requirement from ~=3.19.0 to ~=4.24.2 #84

Update protobuf requirement from ~=3.19.0 to ~=4.24.2

Update protobuf requirement from ~=3.19.0 to ~=4.24.2 #84

Workflow file for this run

name: Leaked Secrets Scan
on: [pull_request]
jobs:
TruffleHog:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.head_ref }}
- name: TruffleHog OSS
uses: trufflesecurity/trufflehog@v3.4.3
with:
path: ./
base: ${{ github.event.repository.default_branch }}
head: HEAD