From 8c00d448c0a4aae235838f0d22046c47a7e927bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 04:17:53 +0000 Subject: [PATCH] Bump natiginfo/action-detekt-all from 1.15.0 to 1.22.0 Bumps [natiginfo/action-detekt-all](https://github.com/natiginfo/action-detekt-all) from 1.15.0 to 1.22.0. - [Release notes](https://github.com/natiginfo/action-detekt-all/releases) - [Commits](https://github.com/natiginfo/action-detekt-all/compare/1.15.0...1.22.0) --- updated-dependencies: - dependency-name: natiginfo/action-detekt-all dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 2ac6e73..c0b96ee 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -30,6 +30,6 @@ jobs: # detekt - name: detekt - uses: natiginfo/action-detekt-all@1.15.0 + uses: natiginfo/action-detekt-all@1.22.0 with: args: --config detekt.yml