From c888492ad702e202d855199000b295c6111cadb4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 10:11:35 +0000 Subject: [PATCH] Update oxsecurity/megalinter action to v7.11.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5359aa3..02d037f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: with: fetch-depth: 0 - name: Megalinter - uses: oxsecurity/megalinter@a7a0163b6c8ff7474a283d99a706e27483ddd80f # v7.10.0 + uses: oxsecurity/megalinter@57b35babc3e317dc587cdfd04f803d27d961c73b # v7.11.0 env: APPLY_FIXES: "none" BASH_SHFMT_DISABLE_ERRORS: "false"