From 3977e68896bd895fd6848c11ab9b79b0a2ba946c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 20:36:45 +0000 Subject: [PATCH] Bump reviewdog/action-detect-secrets from 0.19.0 to 0.29.4 Bumps [reviewdog/action-detect-secrets](https://github.com/reviewdog/action-detect-secrets) from 0.19.0 to 0.29.4. - [Release notes](https://github.com/reviewdog/action-detect-secrets/releases) - [Commits](https://github.com/reviewdog/action-detect-secrets/compare/v0.19.0...v0.29.4) --- updated-dependencies: - dependency-name: reviewdog/action-detect-secrets dependency-version: 0.29.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/detect-secrets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/detect-secrets.yml b/.github/workflows/detect-secrets.yml index b5b563c..d82bcb9 100644 --- a/.github/workflows/detect-secrets.yml +++ b/.github/workflows/detect-secrets.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v4.1.5 - - uses: reviewdog/action-detect-secrets@v0.19.0 + - uses: reviewdog/action-detect-secrets@v0.29.4 with: fail_on_error: true filter_mode: diff_context