Skip to content

Bump actions/checkout from 4.1.2 to 4.1.3 #444

Bump actions/checkout from 4.1.2 to 4.1.3

Bump actions/checkout from 4.1.2 to 4.1.3 #444

Workflow file for this run

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