From eb93315e9d78b69d38a2b445d1a3b0b3fa84f1f4 Mon Sep 17 00:00:00 2001 From: "tyriis-automation[bot]" <133711747+tyriis-automation[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 23:23:07 +0000 Subject: [PATCH] ci(github-action): update oxsecurity/megalinter to v7.7.0 --- .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 a928b5ea6..adcc6df1b 100644 --- a/.github/workflows/mega-linter.yaml +++ b/.github/workflows/mega-linter.yaml @@ -23,7 +23,7 @@ jobs: private_key: "${{ secrets.BOT_APP_PRIVATE_KEY }}" - name: MegaLinter - uses: oxsecurity/megalinter/flavors/terraform@v7.6.0 + uses: oxsecurity/megalinter/flavors/terraform@v7.7.0 env: VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'workflow_dispatch' }} GITHUB_TOKEN: "${{ steps.generate-token.outputs.token }}"