From 79428f8feda407c549a0ee93d75e99384e201656 Mon Sep 17 00:00:00 2001 From: "tyriis-automation[bot]" <133711747+tyriis-automation[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 12:09:28 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action):=20update=20oxsecurity/megali?= =?UTF-8?q?nter=20(=20v7.10.0=20=E2=86=92=20v7.11.0=20)=20(#2866)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 c4b0fc9df..8bf72e06e 100644 --- a/.github/workflows/mega-linter.yaml +++ b/.github/workflows/mega-linter.yaml @@ -33,7 +33,7 @@ jobs: # https://github.com/marketplace/actions/megalinter - name: MegaLinter - uses: oxsecurity/megalinter/flavors/terraform@a7a0163b6c8ff7474a283d99a706e27483ddd80f # v7.10.0 + uses: oxsecurity/megalinter/flavors/terraform@57b35babc3e317dc587cdfd04f803d27d961c73b # v7.11.0 env: VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'workflow_dispatch' }} GITHUB_TOKEN: "${{ steps.app-token.outputs.token }}"