Skip to content

Bump actions/checkout from 4.1.4 to 4.1.7 #472

Bump actions/checkout from 4.1.4 to 4.1.7

Bump actions/checkout from 4.1.4 to 4.1.7 #472

Workflow file for this run

name: Secret scan
on: [pull_request]
jobs:
trufflehog:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- name: Scan code for hardcoded secrets
uses: trufflesecurity/trufflehog@ea4d9d2d32f45e77893ecb6338d7c6bd7cddb3ec # v3.74.0
with:
path: ./
base: ${{ github.base_ref }}
head: HEAD