From 85fef2f1652fcf433ef3f46370fcf60a0b376141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 04:26:02 +0000 Subject: [PATCH] ci: Bump oxsecurity/megalinter from 9.5.0 to 9.6.0 Bumps [oxsecurity/megalinter](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 dependency-version: 9.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-app.yml b/.github/workflows/lint-app.yml index a0d4a47..eb3c6f4 100644 --- a/.github/workflows/lint-app.yml +++ b/.github/workflows/lint-app.yml @@ -48,7 +48,7 @@ jobs: - name: MegaLinter id: megalinter - uses: oxsecurity/megalinter@0e3ce9b9c8c10effb9b269509cc47ca17cae31c7 # v9.5.0 + uses: oxsecurity/megalinter@ef3e84b8b836d76db562d0f3ed7da61e8fd538bc # v9.6.0 continue-on-error: true # let the SARIF upload run before we gate env: DEFAULT_BRANCH: ${{ inputs.default-branch }}