From 9a90c65c8e0488a672142feffe101ac21c7eedac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 22:05:17 +0200 Subject: [PATCH] build(deps): bump super-linter/super-linter from 5.2.1 to 5.4.0 (#101) Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 5.2.1 to 5.4.0. - [Release notes](https://github.com/super-linter/super-linter/releases) - [Changelog](https://github.com/super-linter/super-linter/blob/main/docs/release-process.md) - [Commits](https://github.com/super-linter/super-linter/compare/v5.2.1...v5.4.0) --- updated-dependencies: - dependency-name: super-linter/super-linter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marluan Espiritusanto --- .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 c7a859da..d39d28c4 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -38,7 +38,7 @@ jobs: fetch-depth: 0 - name: Lint Code Base - uses: super-linter/super-linter/slim@v5.2.1 + uses: super-linter/super-linter/slim@v5.4.0 env: VALIDATE_ALL_CODEBASE: false VALIDATE_SHELL_SHFMT: false