From 35d3000e515c941ae889874314a7819825c4db4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 02:53:35 +0000 Subject: [PATCH] Bump oxsecurity/megalinter from 6.10.0 to 6.11.0 Bumps [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter) from 6.10.0 to 6.11.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/bd931465299fd65a0fb91d8ab8ef04419e3b198e...67c177017bab4c22f1bb7b06dad6f6f14df18b88) --- 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 5045629e..60615aa9 100644 --- a/.github/workflows/linting-formatting.yml +++ b/.github/workflows/linting-formatting.yml @@ -25,7 +25,7 @@ jobs: with: fetch-depth: 0 - name: Run Linter - uses: oxsecurity/megalinter@bd931465299fd65a0fb91d8ab8ef04419e3b198e + uses: oxsecurity/megalinter@67c177017bab4c22f1bb7b06dad6f6f14df18b88 env: APPLY_FIXES: all VALIDATE_ALL_CODEBASE: true