Skip to content

Bump pbkdf2 from 3.1.2 to 3.1.3 #420

Bump pbkdf2 from 3.1.2 to 3.1.3

Bump pbkdf2 from 3.1.2 to 3.1.3 #420

Workflow file for this run

name: security
on:
pull_request:
branches:
- '*'
push:
branches:
- master
permissions:
contents: read
jobs:
detect-secrets:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: detect secrets
uses: trufflesecurity/trufflehog@90694bf9af66e7536abc5824e7a87246dbf933cb # v3.88.35
with:
extra_args: "--exclude_paths .github/exclude-patterns.txt --max_depth=1"