From 7c6391f0638e02a32228d39c406fe576bb71ce40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Nov 2021 01:27:52 +0000 Subject: [PATCH] build(deps): bump github/super-linter from 4.8.1 to 4.8.2 (#27) Bumps [github/super-linter](https://github.com/github/super-linter) from 4.8.1 to 4.8.2. - [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.8.1...v4.8.2) --- updated-dependencies: - dependency-name: github/super-linter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/linter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yaml b/.github/workflows/linter.yaml index 4d6078c..21afd93 100644 --- a/.github/workflows/linter.yaml +++ b/.github/workflows/linter.yaml @@ -23,7 +23,7 @@ jobs: ./script/lint - name: "super lint" - uses: github/super-linter@v4.8.1 + uses: github/super-linter@v4.8.2 env: VALIDATE_GO: false DEFAULT_BRANCH: main