From b4ac3ded65572bfe79b03de6e9380ccf6fa8f688 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 02:20:26 +0000 Subject: [PATCH] Bump reviewdog/action-detect-secrets from 0.16.1 to 0.17.0 Bumps [reviewdog/action-detect-secrets](https://github.com/reviewdog/action-detect-secrets) from 0.16.1 to 0.17.0. - [Release notes](https://github.com/reviewdog/action-detect-secrets/releases) - [Commits](https://github.com/reviewdog/action-detect-secrets/compare/v0.16.1...v0.17.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 6a7d5bc..cf5ae0f 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.16.1 + - uses: reviewdog/action-detect-secrets@v0.17.0 with: fail_on_error: true filter_mode: diff_context