From 41109a01261b959903e75a29c4b3f5b392977ec9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 16:05:23 -0500 Subject: [PATCH] Bump reviewdog/action-detect-secrets from 0.14.0 to 0.15.0 (#49) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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