From b35279c03f7e4ea63d1d00776a6da5ecd8cbbd01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 20:51:27 +0000 Subject: [PATCH] build(deps): bump the all-dependencies group with 2 updates Bumps the all-dependencies group with 2 updates: [actions/setup-node](https://github.com/actions/setup-node) and [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter). Updates `actions/setup-node` from 6 to 7 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v6...v7) Updates `oxsecurity/megalinter` from 9.6.0 to 10.0.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.6.0...v10.0.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: oxsecurity/megalinter dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/mega-linter.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ffe947..0da3711 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -192,7 +192,7 @@ jobs: - name: Install Node.js if: env.HAS_CONTRACTS_TOKEN == 'true' - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 24 diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 00d1a6a..d9e5dac 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -37,7 +37,7 @@ jobs: id: ml # You can override MegaLinter flavor used to have faster performances # More info at https://megalinter.io/latest/flavors/ - uses: oxsecurity/megalinter/flavors/rust@v9.6.0 + uses: oxsecurity/megalinter/flavors/rust@v10.0.0 env: # All available variables are described at https://megalinter.io/9.6.0/configuration/ # and configured in .mega-linter.yml