From 9743c7a8b6fce4d98dd33f7453974058ef5ef0b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 02:09:21 +0000 Subject: [PATCH] Bump megalinter/megalinter from 5 to 6 Bumps [megalinter/megalinter](https://github.com/megalinter/megalinter) from 5 to 6. - [Release notes](https://github.com/megalinter/megalinter/releases) - [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md) - [Commits](https://github.com/megalinter/megalinter/compare/v5...v6) --- updated-dependencies: - dependency-name: megalinter/megalinter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/continuous-deployment.yml index 0351e9c..5a02a29 100644 --- a/.github/workflows/continuous-deployment.yml +++ b/.github/workflows/continuous-deployment.yml @@ -40,7 +40,7 @@ jobs: id: ml # You can override Mega-Linter flavor used to have faster performances # More info at https://megalinter.github.io/flavors/ - uses: megalinter/megalinter/flavors/javascript@v5 + uses: megalinter/megalinter/flavors/javascript@v6 env: # All available variables are described in documentation # https://megalinter.github.io/configuration/