From b424418b75a44cb4dc5587e76d7d564ee0da9ed0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2020 05:46:44 +0000 Subject: [PATCH] Bump github/super-linter from v3.10.0 to v3.10.1 Bumps [github/super-linter](https://github.com/github/super-linter) from v3.10.0 to v3.10.1. - [Release notes](https://github.com/github/super-linter/releases) - [Commits](https://github.com/github/super-linter/compare/v3.10.0...f849a992dfe214f20b56eed625a999a684ab7030) Signed-off-by: dependabot[bot] --- .github/workflows/stack-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stack-linter.yml b/.github/workflows/stack-linter.yml index 4f3e297..a07ba0d 100644 --- a/.github/workflows/stack-linter.yml +++ b/.github/workflows/stack-linter.yml @@ -42,7 +42,7 @@ jobs: # Run Linter against code base # ################################ - name: Lint Code Base - uses: github/super-linter@v3.10.0 + uses: github/super-linter@v3.10.1 env: VALIDATE_ALL_CODEBASE: false DEFAULT_BRANCH: main