From b4b67ed4b2c103109a9e9e8a7517e878558c7b3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 18:05:48 +0000 Subject: [PATCH] chore(deps): bump trufflesecurity/trufflehog from 3.22.0 to 3.88.29 Bumps [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.22.0 to 3.88.29. - [Release notes](https://github.com/trufflesecurity/trufflehog/releases) - [Changelog](https://github.com/trufflesecurity/trufflehog/blob/main/.goreleaser.yml) - [Commits](https://github.com/trufflesecurity/trufflehog/compare/v3.22.0...v3.88.29) --- updated-dependencies: - dependency-name: trufflesecurity/trufflehog dependency-version: 3.88.29 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-php.yaml | 2 +- .github/workflows/build-python.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-php.yaml b/.github/workflows/build-php.yaml index eb6ca53..8084d9a 100644 --- a/.github/workflows/build-php.yaml +++ b/.github/workflows/build-php.yaml @@ -142,7 +142,7 @@ jobs: php-version: ${{ matrix.php-version }} extensions: ${{ matrix.extensions }} - name: Scan for Secrets - uses: trufflesecurity/trufflehog@v3.22.0 + uses: trufflesecurity/trufflehog@v3.88.29 with: path: ./ base: ${{ github.event.repository.default_branch }} diff --git a/.github/workflows/build-python.yaml b/.github/workflows/build-python.yaml index 8734a3a..614427a 100644 --- a/.github/workflows/build-python.yaml +++ b/.github/workflows/build-python.yaml @@ -212,7 +212,7 @@ jobs: with: name: ${{ inputs.project-artifact }} - name: Scan for Secrets - uses: trufflesecurity/trufflehog@v3.22.0 + uses: trufflesecurity/trufflehog@v3.88.29 with: path: ./ base: ${{ github.event.repository.default_branch }}