From a2698d96d80ac61f98c58b2c19f3d23ddec66b2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 08:31:32 +0000 Subject: [PATCH] chore(deps): bump oxsecurity/megalinter from 7.6.0 to 7.7.0 Bumps [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter) from 7.6.0 to 7.7.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/5364b811bbe86576d832227be174ebc2aa0f5f49...7e042c726c68415475b05a65a686c612120a1232) --- updated-dependencies: - dependency-name: oxsecurity/megalinter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 ceee7551..fd9c62f5 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@5364b811bbe86576d832227be174ebc2aa0f5f49 # v7.6.0 + - uses: oxsecurity/megalinter/flavors/documentation@7e042c726c68415475b05a65a686c612120a1232 # v7.7.0 env: APPLY_FIXES: all VALIDATE_ALL_CODEBASE: true