From 6900cc63da3ebb1abc98826dffa62ce4fc6e06d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 01:15:28 +0000 Subject: [PATCH] chore(deps): bump megalinter/megalinter from 7.9.0 to 7.10.0 Bumps [megalinter/megalinter](https://github.com/megalinter/megalinter) from 7.9.0 to 7.10.0. - [Release notes](https://github.com/megalinter/megalinter/releases) - [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md) - [Commits](https://github.com/megalinter/megalinter/compare/v7.9.0...v7.10.0) --- updated-dependencies: - dependency-name: megalinter/megalinter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index e3db8da..fb29d05 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -36,7 +36,7 @@ jobs: - name: Mega Linter id: ml - uses: megalinter/megalinter/flavors/go@v7.9.0 + uses: megalinter/megalinter/flavors/go@v7.10.0 env: # Validates all source when push on main, else just the git diff with main. Override # with true if you always want to lint all sources