From 190ee76825c16cebadae9d6c2e908649a8a73ec6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 02:44:06 +0000 Subject: [PATCH] Bump reviewdog/action-detect-secrets from 0.14.0 to 0.15.0 Bumps [reviewdog/action-detect-secrets](https://github.com/reviewdog/action-detect-secrets) from 0.14.0 to 0.15.0. - [Release notes](https://github.com/reviewdog/action-detect-secrets/releases) - [Commits](https://github.com/reviewdog/action-detect-secrets/compare/v0.14.0...v0.15.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 3115e44..ebbbfb8 100644 --- a/.github/workflows/detect-secrets.yml +++ b/.github/workflows/detect-secrets.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v4.1.1 - - uses: reviewdog/action-detect-secrets@v0.14.0 + - uses: reviewdog/action-detect-secrets@v0.15.0 with: fail_on_error: true filter_mode: diff_context