From 8a334f851a2f53063f69884ead00f68665a969b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 18:27:21 +0000 Subject: [PATCH] chore(deps): bump megalinter/megalinter from 5 to 6.12.0 Bumps [megalinter/megalinter](https://github.com/megalinter/megalinter) from 5 to 6.12.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.12.0) --- updated-dependencies: - dependency-name: megalinter/megalinter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/megalinter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/megalinter.yaml b/.github/workflows/megalinter.yaml index f1cf0cb..c08cb77 100644 --- a/.github/workflows/megalinter.yaml +++ b/.github/workflows/megalinter.yaml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - name: MegaLinter id: ml - uses: megalinter/megalinter/flavors/terraform@v5 + uses: megalinter/megalinter/flavors/terraform@v6.12.0 env: VALIDATE_ALL_CODEBASE: true GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}