From 8e57c20bed8bfa2ca4a1e825eb01fb70f8492a60 Mon Sep 17 00:00:00 2001 From: "tyriis-automation[bot]" <133711747+tyriis-automation[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 05:16:11 +0000 Subject: [PATCH] ci(github-action): update oxsecurity/megalinter to v7.5.0 (#2073) Co-authored-by: tyriis-automation[bot] <133711747+tyriis-automation[bot]@users.noreply.github.com> --- .github/workflows/mega-linter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mega-linter.yaml b/.github/workflows/mega-linter.yaml index 214927a4e..46642abfd 100644 --- a/.github/workflows/mega-linter.yaml +++ b/.github/workflows/mega-linter.yaml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: MegaLinter - uses: oxsecurity/megalinter/flavors/terraform@v7.4.0 + uses: oxsecurity/megalinter/flavors/terraform@v7.5.0 env: VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'workflow_dispatch' }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}