From c6db6bf0c62f56781eb1fe297ef01e7fd89d251c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 20:18:38 -0400 Subject: [PATCH] Bump oxsecurity/megalinter from 7.12.0 to 7.13.0 (#347) --- .github/workflows/mega-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index bad4db6..9633745 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -41,7 +41,7 @@ jobs: # MegaLinter - name: Run MegaLinter id: ml - uses: oxsecurity/megalinter/flavors/documentation@v7.12.0 + uses: oxsecurity/megalinter/flavors/documentation@v7.13.0 env: VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}