From 827c35afb0cac165753686da63ed89c2358f67c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 18:47:48 +0000 Subject: [PATCH] Bump the actions-minor group across 1 directory with 2 updates Bumps the actions-minor group with 2 updates in the / directory: [ruby/setup-ruby](https://github.com/ruby/setup-ruby) and [super-linter/super-linter](https://github.com/super-linter/super-linter). Updates `ruby/setup-ruby` from 1.257.0 to 1.265.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/44511735964dcb71245e7e55f72539531f7bc0eb...ab177d40ee5483edb974554986f56b33477e21d0) Updates `super-linter/super-linter` from 8.1.0 to 8.2.0 - [Release notes](https://github.com/super-linter/super-linter/releases) - [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md) - [Commits](https://github.com/super-linter/super-linter/compare/ffde3b2b33b745cb612d787f669ef9442b1339a6...7bba2eeb89d01dc9bfd93c497477a57e72c83240) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.265.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor - dependency-name: super-linter/super-linter dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/licensed.yml | 2 +- .github/workflows/linter.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index f12162e..c2c8a45 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -44,7 +44,7 @@ jobs: - name: Setup Ruby id: setup-ruby - uses: ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb + uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 with: ruby-version: ruby diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 53f2ab4..53724f7 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -44,7 +44,7 @@ jobs: - name: Lint Codebase id: super-linter - uses: super-linter/super-linter/slim@ffde3b2b33b745cb612d787f669ef9442b1339a6 + uses: super-linter/super-linter/slim@2bdd90ed3262e023ac84bf8fe35dc480721fc1f2 env: DEFAULT_BRANCH: master FILTER_REGEX_EXCLUDE: dist/**/*