From 40e0cb0c80730c253e95945e1189b6d6da145edd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 02:29:47 +0000 Subject: [PATCH] Bump megalinter/megalinter from 5 to 6.11.0 Bumps [megalinter/megalinter](https://github.com/megalinter/megalinter) from 5 to 6.11.0. - [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.11.0) --- 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..f7846e8 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.11.0 env: # All available variables are described in documentation # https://megalinter.github.io/configuration/