From b7f343a52ae6775af7c9809d28f4a4c2e15787bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 10:17:48 +0100 Subject: [PATCH] chore(deps): bump oxsecurity/megalinter from 7.8.0 to 7.9.0 (#298) Bumps [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter) from 7.8.0 to 7.9.0. - [Release notes](https://github.com/oxsecurity/megalinter/releases) - [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md) - [Commits](https://github.com/oxsecurity/megalinter/compare/688bc7466d7ab4faa83d614c2e6f9acf42b674dc...190cd0dad6dc52b2de5b810e3b290c3d6bdcc0f2) --- updated-dependencies: - dependency-name: oxsecurity/megalinter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/linting-formatting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting-formatting.yml b/.github/workflows/linting-formatting.yml index a9b45b50..7844cf4e 100644 --- a/.github/workflows/linting-formatting.yml +++ b/.github/workflows/linting-formatting.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: fetch-depth: 0 - - uses: oxsecurity/megalinter/flavors/documentation@688bc7466d7ab4faa83d614c2e6f9acf42b674dc # v7.8.0 + - uses: oxsecurity/megalinter/flavors/documentation@190cd0dad6dc52b2de5b810e3b290c3d6bdcc0f2 # v7.9.0 env: APPLY_FIXES: all VALIDATE_ALL_CODEBASE: true