From b6e543070e377c3d1a36317c52cf0a6481d6f676 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 00:52:26 +0000 Subject: [PATCH] chore(action): 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/v9.5.0...v9.6.0) --- 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/linter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yaml b/.github/workflows/linter.yaml index 6f313ba..8aeea3d 100644 --- a/.github/workflows/linter.yaml +++ b/.github/workflows/linter.yaml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v7 - name: Lint - uses: oxsecurity/megalinter/flavors/ci_light@v9.5.0 # see https://megalinter.io/flavors/ + uses: oxsecurity/megalinter/flavors/ci_light@v9.6.0 # see https://megalinter.io/flavors/ env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # See https://megalinter.io/configuration/ for all available configurations