From b0f571cdf0fc013cdcffa8464fb7df627359fa4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 22:48:28 +0000 Subject: [PATCH] chore(deps): bump oxsecurity/megalinter from 7.1.0 to 8.1.0 Bumps [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter) from 7.1.0 to 8.1.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...v8.1.0) --- updated-dependencies: - dependency-name: oxsecurity/megalinter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-megalinter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-megalinter.yml b/.github/workflows/lint-megalinter.yml index 93becf0..62bf5f8 100644 --- a/.github/workflows/lint-megalinter.yml +++ b/.github/workflows/lint-megalinter.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 # Full git history is needed to get a proper list of changed files - name: Run MegaLinter - uses: oxsecurity/megalinter@v7.1.0 + uses: oxsecurity/megalinter@v8.1.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}