Skip to content

Bump actions/checkout from 4.2.0 to 4.2.2 #334

Bump actions/checkout from 4.2.0 to 4.2.2

Bump actions/checkout from 4.2.0 to 4.2.2 #334

Workflow file for this run

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