From 659a0d7132bcd6394f0772a4ce77439133a90955 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 14:18:50 +0000 Subject: [PATCH] build(deps): bump oxsecurity/megalinter from 7.1.0 to 7.3.0 Bumps [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter) from 7.1.0 to 7.3.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/a7b1a3af0f3bd4de4db855969d27e224005665a6...fda6ac3a38be0e969820709ac16e442464e5a035) --- 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 54a457d0d..229157d6e 100644 --- a/.github/workflows/linting-formatting.yml +++ b/.github/workflows/linting-formatting.yml @@ -46,7 +46,7 @@ jobs: with: fetch-depth: 0 persist-credentials: false - - uses: oxsecurity/megalinter@a7b1a3af0f3bd4de4db855969d27e224005665a6 # v7.1.0 + - uses: oxsecurity/megalinter@fda6ac3a38be0e969820709ac16e442464e5a035 # v7.3.0 env: APPLY_FIXES: all VALIDATE_ALL_CODEBASE: true