Skip to content

Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /docs/web #1919

Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /docs/web

Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /docs/web #1919

Workflow file for this run

name: Detect Secrets
on:
push:
branches:
- main
pull_request:
jobs:
scan-secrets:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: TruffleHog OSS
uses: trufflesecurity/trufflehog@v3.31.2
with:
path: ./
base: ${{ github.event.repository.default_branch }}
head: HEAD
extra_args: --debug --only-verified --max_depth=1000