Bump super-linter/super-linter from 6 to 8 - #467
Conversation
Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 6 to 8. - [Release notes](https://github.com/super-linter/super-linter/releases) - [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md) - [Commits](super-linter/super-linter@v6...v8) --- updated-dependencies: - dependency-name: super-linter/super-linter dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
The |
Reviewer's GuideThis PR updates the GitHub Actions linter workflow to use the latest super-linter release by changing the action reference from v6 to v8, ensuring that the repository benefits from recent linter improvements and breaking-change adaptations. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
guibranco
left a comment
There was a problem hiding this comment.
Automatically approved by gstraccini[bot]
|
@dependabot squash and merge |
|
One of your CI runs failed on this pull request, so Dependabot won't merge it. Dependabot will still automatically merge this pull request if you amend it and your tests pass. |
1 similar comment
|
One of your CI runs failed on this pull request, so Dependabot won't merge it. Dependabot will still automatically merge this pull request if you amend it and your tests pass. |
|
@gstraccini prettier |
|
Running Prettier on this branch! 🔧 |
|
✅ Prettier result: |
|



Bumps super-linter/super-linter from 6 to 8.
Release notes
Sourced from super-linter/super-linter's releases.
... (truncated)
Changelog
Sourced from super-linter/super-linter's changelog.
... (truncated)
Commits
5119dcdchore(main): release 8.0.0 (#6786)b67cd44deps(npm): bump renovate from 40.62.1 to 41.32.2 in /dependencies (#6876)53ab6bbdeps(npm): bump prettier from 3.5.3 to 3.6.2 in /dependencies (#6857)aeb043efeat: add options to the prettier command (#6882)e2ac8dddeps(npm): bump textlint-rule-terminology (#6877)e0f760cdeps(bundler): bump rubocop in /dependencies in the rubocop group (#6875)c1b79c2deps(npm): bump eslint from 9.29.0 to 9.31.0 in /dependencies (#6878)8735a57deps(python): bump the pip group across 1 directory with 4 updates (#6879)4d267dbdeps(java): bump the java-gradle group across 2 directories with 2 updates (#...f7855feci(dev-docker): bump node in /dev-dependencies (#6881)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot will merge this PR once CI passes on it, as requested by @guibranco.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by Sourcery
CI:
Description by Korbit AI
What change is being made?
Bump the super-linter from version 6 to 8, update the YAML and JSON files for consistent quoting style, and adjust configurations while ensuring code and styling norms.
Why are these changes being made?
Updating the super-linter ensures we're using the latest improvements and fixes available in version 8, which promotes better linting practices. The changes to the YAML and JSON files ensure a consistent quotation style for enhanced readability and maintainability, while the configuration updates streamline and optimize the workflow setup.