From 00c8bd0fa6e0d066e891114be84328a4d7af6617 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 19:47:26 +0000 Subject: [PATCH] chore(deps): Bump oxsecurity/megalinter from 9 to 10 Bumps [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter) from 9 to 10. - [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/v9...v10) --- updated-dependencies: - dependency-name: oxsecurity/megalinter dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major ... 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 1874992..f127886 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -10,6 +10,6 @@ jobs: - uses: actions/checkout@v7 with: fetch-depth: 0 - - uses: oxsecurity/megalinter/flavors/python@v9 + - uses: oxsecurity/megalinter/flavors/python@v10 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}