From 27f7712b4f501ee94646a224f19668101b137532 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 16:03:17 +0000 Subject: [PATCH 1/2] chore: Bump super-linter/super-linter Bumps the github-actions-production group with 1 update: [super-linter/super-linter](https://github.com/super-linter/super-linter). Updates `super-linter/super-linter` from 7.3.0 to 7.4.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/v7.3.0...v7.4.0) --- updated-dependencies: - dependency-name: super-linter/super-linter dependency-version: 7.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-production ... Signed-off-by: dependabot[bot] --- .github/workflows/super-linter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/super-linter.yaml b/.github/workflows/super-linter.yaml index dbd19c9..b3f1bc5 100644 --- a/.github/workflows/super-linter.yaml +++ b/.github/workflows/super-linter.yaml @@ -171,7 +171,7 @@ jobs: validate_yaml_prettier: ${{ inputs.validate_yaml_prettier }} - name: Lint - uses: super-linter/super-linter/slim@v7.3.0 + uses: super-linter/super-linter/slim@v7.4.0 env: DEFAULT_BRANCH: ${{ inputs.default_git_branch }} LINTER_RULES_PATH: / From f445e9176252c88df67c48f980225b83e7e7ad53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germ=C3=A1n=20Larra=C3=ADn?= <83614238+glarrain-cdd@users.noreply.github.com> Date: Mon, 5 May 2025 18:13:20 -0400 Subject: [PATCH 2/2] chore(super-linter): Update default filename for editorconfig-checker The filename `.ecrc` is deprecated and has been replaced by `.editorconfig-checker.json`. Error message: ``` The default configuration file name `.ecrc` is deprecated. Use `.editorconfig-checker.json` instead. You can simply rename it ``` --- .github/workflows/super-linter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/super-linter.yaml b/.github/workflows/super-linter.yaml index b3f1bc5..a718b54 100644 --- a/.github/workflows/super-linter.yaml +++ b/.github/workflows/super-linter.yaml @@ -69,7 +69,7 @@ on: editorconfig_file_name: type: string required: false - default: .ecrc + default: .editorconfig-checker.json markdown_config_file: type: string required: false