From 01b815ee5196a1540436a5008d0abb26978c0b9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 01:20:41 +0000 Subject: [PATCH] deps(actions): bump trufflesecurity/trufflehog Bumps [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) from 5f47aad1c2df34f7c6230784ce9a5a659922f479 to 37b77001d0174ebec2fcca2bd83ff83a6d45a3ab. - [Release notes](https://github.com/trufflesecurity/trufflehog/releases) - [Commits](https://github.com/trufflesecurity/trufflehog/compare/5f47aad1c2df34f7c6230784ce9a5a659922f479...37b77001d0174ebec2fcca2bd83ff83a6d45a3ab) --- updated-dependencies: - dependency-name: trufflesecurity/trufflehog dependency-version: 37b77001d0174ebec2fcca2bd83ff83a6d45a3ab dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/security.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 1f7cbac..acc01cc 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -129,7 +129,7 @@ jobs: - name: TruffleHog Secret Scan (PR) if: github.event_name == 'pull_request' - uses: trufflesecurity/trufflehog@5f47aad1c2df34f7c6230784ce9a5a659922f479 # main + uses: trufflesecurity/trufflehog@37b77001d0174ebec2fcca2bd83ff83a6d45a3ab # main with: path: ./ base: ${{ github.event.pull_request.base.sha }} @@ -138,7 +138,7 @@ jobs: - name: TruffleHog Secret Scan (Push) if: github.event_name == 'push' - uses: trufflesecurity/trufflehog@5f47aad1c2df34f7c6230784ce9a5a659922f479 # main + uses: trufflesecurity/trufflehog@37b77001d0174ebec2fcca2bd83ff83a6d45a3ab # main with: path: ./ base: ${{ github.event.before }} @@ -147,7 +147,7 @@ jobs: - name: TruffleHog Secret Scan (Scheduled) if: github.event_name == 'schedule' - uses: trufflesecurity/trufflehog@5f47aad1c2df34f7c6230784ce9a5a659922f479 # main + uses: trufflesecurity/trufflehog@37b77001d0174ebec2fcca2bd83ff83a6d45a3ab # main with: path: ./ extra_args: --only-verified --since-commit HEAD~100