From f5f21d9fa4661d5e7664383e448182f445d1af6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 02:36:29 +0000 Subject: [PATCH] Bump reviewdog/action-detect-secrets from 0.19.0 to 0.24.0 Bumps [reviewdog/action-detect-secrets](https://github.com/reviewdog/action-detect-secrets) from 0.19.0 to 0.24.0. - [Release notes](https://github.com/reviewdog/action-detect-secrets/releases) - [Commits](https://github.com/reviewdog/action-detect-secrets/compare/v0.19.0...v0.24.0) --- updated-dependencies: - dependency-name: reviewdog/action-detect-secrets 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..446b899 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.24.0 with: fail_on_error: true filter_mode: diff_context