From 9f97acf61dcba7e2d66d4f8cf254e2fcc52da2fd Mon Sep 17 00:00:00 2001 From: Nick Davis Date: Tue, 17 Sep 2024 16:32:18 +0100 Subject: [PATCH] fetch depth to 0 --- .github/workflows/analysis-trufflehog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/analysis-trufflehog.yml b/.github/workflows/analysis-trufflehog.yml index 9af38b3520..70af28d595 100644 --- a/.github/workflows/analysis-trufflehog.yml +++ b/.github/workflows/analysis-trufflehog.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - fetch-depth: 2 + fetch-depth: 0 - name: trufflehog-actions-scan uses: edplato/trufflehog-actions-scan@master with: