From 4174f598f6d09fc0cb1334dc122055d18826eae5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 13:03:53 +0000 Subject: [PATCH] Bump oxsecurity/megalinter/flavors/dotnet from 9.5.0 to 9.6.0 Bumps [oxsecurity/megalinter/flavors/dotnet](https://github.com/oxsecurity/megalinter) from 9.5.0 to 9.6.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/0e3ce9b9c8c10effb9b269509cc47ca17cae31c7...ef3e84b8b836d76db562d0f3ed7da61e8fd538bc) --- updated-dependencies: - dependency-name: oxsecurity/megalinter/flavors/dotnet dependency-version: 9.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/mega-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 9901a46..3604873 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -36,7 +36,7 @@ jobs: - name: MegaLinter (.NET flavor) id: ml - uses: oxsecurity/megalinter/flavors/dotnet@0e3ce9b9c8c10effb9b269509cc47ca17cae31c7 # v9.5.0 + uses: oxsecurity/megalinter/flavors/dotnet@ef3e84b8b836d76db562d0f3ed7da61e8fd538bc # v9.6.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} MEGALINTER_CONFIG: .github/linters/.mega-linter.yml