From c8ac693b4f53055e1e47269a5fea45ed8e11a01d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 19:10:11 +0000 Subject: [PATCH] Bump oxsecurity/megalinter from 9.0.1 to 9.1.0 Bumps [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter) from 9.0.1 to 9.1.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.0.1...v9.1.0) --- updated-dependencies: - dependency-name: oxsecurity/megalinter dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/on_pr_lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on_pr_lint.yaml b/.github/workflows/on_pr_lint.yaml index f3c5f06f..f4eb27f5 100644 --- a/.github/workflows/on_pr_lint.yaml +++ b/.github/workflows/on_pr_lint.yaml @@ -32,6 +32,6 @@ jobs: - name: Lint Code Base continue-on-error: true - uses: oxsecurity/megalinter/flavors/cupcake@v9.0.1 + uses: oxsecurity/megalinter/flavors/cupcake@v9.1.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}