From c5c5e1468731c2da81f445a87ef6a632623d978a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 12:10:43 +0000 Subject: [PATCH] build(deps): bump github/super-linter from 4.9.1 to 4.9.7 Bumps [github/super-linter](https://github.com/github/super-linter) from 4.9.1 to 4.9.7. - [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/3792fe5373cf2f5b22d590fcbbc4533d735c573e...bb2d833b08b6c288608686672b93a8a4589cdc49) --- 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 2ce3c0f935667..1a571db9932a6 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 - name: Lint Code Base - uses: github/super-linter/slim@3792fe5373cf2f5b22d590fcbbc4533d735c573e + uses: github/super-linter/slim@bb2d833b08b6c288608686672b93a8a4589cdc49 env: DEFAULT_BRANCH: main MULTI_STATUS: false