From 3a1100a96d97f69acdc1f1259dd2220920b2c145 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Sep 2020 10:47:51 +0000 Subject: [PATCH] Bump github/super-linter from v3.10.2 to v3.11.0 Bumps [github/super-linter](https://github.com/github/super-linter) from v3.10.2 to v3.11.0. - [Release notes](https://github.com/github/super-linter/releases) - [Commits](https://github.com/github/super-linter/compare/v3.10.2...23fca80de7eabbd8ec8e8a7f8a216f5415d41000) 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 d4b70dc..f3731e8 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.2 + uses: github/super-linter@v3.11.0 env: VALIDATE_ALL_CODEBASE: false DEFAULT_BRANCH: main