From f64300ef22f1dcc87bebb034e0742db1f5360352 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 04:26:42 +0000 Subject: [PATCH] [github-actions]: Bump natiginfo/action-detekt-all from 1.23.3 to 1.23.4 Bumps [natiginfo/action-detekt-all](https://github.com/natiginfo/action-detekt-all) from 1.23.3 to 1.23.4. - [Release notes](https://github.com/natiginfo/action-detekt-all/releases) - [Commits](https://github.com/natiginfo/action-detekt-all/compare/1.23.3...1.23.4) --- updated-dependencies: - dependency-name: natiginfo/action-detekt-all dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2d8cd34..3a03def 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: detekt report - uses: natiginfo/action-detekt-all@1.23.3 + uses: natiginfo/action-detekt-all@1.23.4 with: args: | --report md:build/reports/detekt/detekt.md