From 391f0c545504ff4dffc25455eb5c2995e1c6d419 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 15:07:43 +0000 Subject: [PATCH] chore(action): bump oxsecurity/megalinter from 6.18.0 to 8.1.0 (#31) --- .github/workflows/linter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yaml b/.github/workflows/linter.yaml index 35780dc..e1f7e1a 100644 --- a/.github/workflows/linter.yaml +++ b/.github/workflows/linter.yaml @@ -17,7 +17,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Lint - uses: oxsecurity/megalinter/flavors/ci_light@v6.18.0 # see https://megalinter.io/latest/flavors/ci_light/ + uses: oxsecurity/megalinter/flavors/ci_light@v8.1.0 # see https://megalinter.io/latest/flavors/ci_light/ env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} VALIDATE_ALL_CODEBASE: true