Skip to content

Bump actions/checkout from 4.1.4 to 4.1.5 #449

Bump actions/checkout from 4.1.4 to 4.1.5

Bump actions/checkout from 4.1.4 to 4.1.5 #449

Workflow file for this run

name: Secret scan
on: [pull_request]
jobs:
trufflehog:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
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