From 1275cfec61062cf117ef1f281c039ed7d30987dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 15:52:38 +0000 Subject: [PATCH] chore(deps): bump oxsecurity/megalinter from 7.1.0 to 7.7.0 Bumps [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter) from 7.1.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/v7.1.0...v7.7.0) --- updated-dependencies: - dependency-name: oxsecurity/megalinter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 55db7a9..d9c4dce 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -45,7 +45,7 @@ jobs: steps: - uses: actions/checkout@v3.5.3 - - uses: oxsecurity/megalinter/flavors/javascript@v7.1.0 + - uses: oxsecurity/megalinter/flavors/javascript@v7.7.0 env: GITHUB_TOKEN: ${{ github.token }} MEGALINTER_CONFIG: .github/linters/.mega-linter.yml