From 9f73b70efe4a64c584e78cf5a211b57a93e4e221 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 00:40:34 +0000 Subject: [PATCH] chore(deps): bump megalinter/megalinter from 9.4.0 to 9.5.0 Bumps [megalinter/megalinter](https://github.com/megalinter/megalinter) from 9.4.0 to 9.5.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/v9.4.0...v9.5.0) --- updated-dependencies: - dependency-name: megalinter/megalinter dependency-version: 9.5.0 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 b8233bb..c3f7deb 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -40,7 +40,7 @@ jobs: - name: Mega Linter id: ml - uses: megalinter/megalinter/flavors/go@v9.4.0 + uses: megalinter/megalinter/flavors/go@v9.5.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