From 928e1e1fd96ae6cb945ec542470fba78613a18ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 04:06:59 +0000 Subject: [PATCH] Bump natiginfo/action-detekt-all from 1.15.0 to 1.21.0 Bumps [natiginfo/action-detekt-all](https://github.com/natiginfo/action-detekt-all) from 1.15.0 to 1.21.0. - [Release notes](https://github.com/natiginfo/action-detekt-all/releases) - [Commits](https://github.com/natiginfo/action-detekt-all/compare/1.15.0...1.21.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..1d4e04d 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.21.0 with: args: --config detekt.yml