-
Notifications
You must be signed in to change notification settings - Fork 0
🩹 [Patch]: Update super-linter to v8.4.0 #276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
No Significant Changes DetectedThis PR does not contain changes to files that would trigger a new release:
Build, test, and publish stages will be skipped for this PR. If you believe this is incorrect, please verify that your changes are in the correct locations. |
No Significant Changes DetectedThis PR does not contain changes to files that would trigger a new release:
Build, test, and publish stages will be skipped for this PR. If you believe this is incorrect, please verify that your changes are in the correct locations. |
No Significant Changes DetectedThis PR does not contain changes to files that would trigger a new release:
Build, test, and publish stages will be skipped for this PR. If you believe this is incorrect, please verify that your changes are in the correct locations. |
3 similar comments
No Significant Changes DetectedThis PR does not contain changes to files that would trigger a new release:
Build, test, and publish stages will be skipped for this PR. If you believe this is incorrect, please verify that your changes are in the correct locations. |
No Significant Changes DetectedThis PR does not contain changes to files that would trigger a new release:
Build, test, and publish stages will be skipped for this PR. If you believe this is incorrect, please verify that your changes are in the correct locations. |
No Significant Changes DetectedThis PR does not contain changes to files that would trigger a new release:
Build, test, and publish stages will be skipped for this PR. If you believe this is incorrect, please verify that your changes are in the correct locations. |
226636d to
86b1be2
Compare
No Significant Changes DetectedThis PR does not contain changes to files that would trigger a new release:
Build, test, and publish stages will be skipped for this PR. If you believe this is incorrect, please verify that your changes are in the correct locations. |
1 similar comment
No Significant Changes DetectedThis PR does not contain changes to files that would trigger a new release:
Build, test, and publish stages will be skipped for this PR. If you believe this is incorrect, please verify that your changes are in the correct locations. |
86b1be2 to
f18e6fc
Compare
No Significant Changes DetectedThis PR does not contain changes to files that would trigger a new release:
Build, test, and publish stages will be skipped for this PR. If you believe this is incorrect, please verify that your changes are in the correct locations. |
1 similar comment
No Significant Changes DetectedThis PR does not contain changes to files that would trigger a new release:
Build, test, and publish stages will be skipped for this PR. If you believe this is incorrect, please verify that your changes are in the correct locations. |
No Significant Changes DetectedThis PR does not contain changes to files that would trigger a new release:
Build, test, and publish stages will be skipped for this PR. If you believe this is incorrect, please verify that your changes are in the correct locations. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the GitHub Actions super-linter version used across the repository workflows to v8.4.0 and introduces a codespell configuration file under the repo’s linter config directory.
Changes:
- Bump
super-linter/super-linterandsuper-linter/super-linter/slimto v8.4.0 (pinned to commit12562e48d7059cf666c43a4ecb0d3b5a2b31bd9e). - Add
.github/linters/.codespellrcto configure codespell (skip linter config directory).
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/Linter.yml | Updates super-linter action pin to v8.4.0 for PR linting workflow. |
| .github/workflows/Lint-Repository.yml | Updates super-linter action pin to v8.4.0 for reusable repository lint workflow. |
| .github/workflows/Build-Docs.yml | Updates super-linter slim action pin to v8.4.0 for docs linting. |
| .github/linters/.codespellrc | Adds codespell configuration for super-linter. |
Description
Updates super-linter from v8.3.2 to v8.4.0.
Changes
super-linter/super-linterto v8.4.0 (12562e48d7059cf666c43a4ecb0d3b5a2b31bd9e)super-linter/super-linter/slimto v8.4.0 (12562e48d7059cf666c43a4ecb0d3b5a2b31bd9e).codespellrcconfiguration file for codespell linterReferences