From 98e5aa6d116c4a0b78ed76738f31c195119f83e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 14:39:42 +0000 Subject: [PATCH] chore(deps): bump oxsecurity/megalinter from 7.1.0 to 7.5.0 Bumps [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter) from 7.1.0 to 7.5.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.5.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..3385a78 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.5.0 env: GITHUB_TOKEN: ${{ github.token }} MEGALINTER_CONFIG: .github/linters/.mega-linter.yml