From 1d162adfa025ca5200c74359300896e3a632208a Mon Sep 17 00:00:00 2001 From: "leafdbot[bot]" <192038741+leafdbot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 23:13:52 +0000 Subject: [PATCH] chore(deps): update oxsecurity/megalinter action to v9 Signed-off-by: leafdbot[bot] <192038741+leafdbot[bot]@users.noreply.github.com> --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 6eee2eb..24d8d87 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -40,7 +40,7 @@ jobs: lfs: true - name: Run MegaLinter - uses: oxsecurity/megalinter/flavors/rust@v8.8.0 + uses: oxsecurity/megalinter/flavors/rust@v9.1.0 env: GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }} DEFAULT_BRANCH: main