From 87de930024eb33612c4dd8c7ce08ae1b3443cc5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 00:42:14 +0000 Subject: [PATCH] chore(deps): bump megalinter/megalinter from 8.3.0 to 8.4.1 Bumps [megalinter/megalinter](https://github.com/megalinter/megalinter) from 8.3.0 to 8.4.1. - [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/v8.3.0...v8.4.1) --- 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 6b07f61..177121a 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -39,7 +39,7 @@ jobs: - name: Mega Linter id: ml - uses: megalinter/megalinter/flavors/go@v8.3.0 + uses: megalinter/megalinter/flavors/go@v8.4.1 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