From 8fdc6acd6ee30d318120286b13d4432260bde5d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2020 05:43:40 +0000 Subject: [PATCH] Bump github/super-linter from v3.10.0 to v3.10.2 Bumps [github/super-linter](https://github.com/github/super-linter) from v3.10.0 to v3.10.2. - [Release notes](https://github.com/github/super-linter/releases) - [Commits](https://github.com/github/super-linter/compare/v3.10.0...58d3d191b823648aeb2610568a29b31ee86e895d) 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..d4b70dc 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.2 env: VALIDATE_ALL_CODEBASE: false DEFAULT_BRANCH: main