From b1e64304ce690d8590b7abfad11cd7c4c0a43761 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Nov 2022 11:48:25 +0000 Subject: [PATCH] chore(deps): update oxsecurity/megalinter action to v6.14.0 --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 1c00f40..a3a2577 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 - name: MegaLinter - uses: oxsecurity/megalinter@v6.13.0 + uses: oxsecurity/megalinter@v6.14.0 env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'workflow_dispatch' }}