From 86c5c2ab9fb116538634455792c8830894a6f3c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Mar 2022 21:19:17 +0000 Subject: [PATCH] Bump github/super-linter from 4.9.0 to 4.9.1 Bumps [github/super-linter](https://github.com/github/super-linter) from 4.9.0 to 4.9.1. - [Release notes](https://github.com/github/super-linter/releases) - [Changelog](https://github.com/github/super-linter/blob/main/docs/release-process.md) - [Commits](https://github.com/github/super-linter/compare/v4.9.0...v4.9.1) --- updated-dependencies: - dependency-name: github/super-linter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index fd2e190..bd86d9f 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -18,7 +18,7 @@ jobs: # https://github.com/github/super-linter - name: Lint Code Base - uses: github/super-linter@v4.9.0 + uses: github/super-linter@v4.9.1 env: VALIDATE_ALL_CODEBASE: false DEFAULT_BRANCH: master