🩹 [Patch]: Update super-linter to v8.4.0#276
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.
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