-
-
Notifications
You must be signed in to change notification settings - Fork 279
[automation] Auto-update linters version, help and documentation #6194
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
Conversation
✅
|
| @@ -7,7 +7,7 @@ outputs: | |||
| description: "0 if no source file has been updated, 1 if source files has been updated" | |||
| runs: | |||
| using: "docker" | |||
| image: "docker://ghcr.io/oxsecurity/megalinter-c_cpp:v9.0.0" | |||
| image: "docker://ghcr.io/oxsecurity/megalinter-c_cpp:v8" | |||
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.
Bug: Docker Image Downgrade Causes Version Mismatch
The automated update incorrectly downgrades Docker image versions in flavors/*/action.yml files from v9.0.0 to v8. This contradicts the documentation's promotion of v9, leading to an inconsistent state where users would run an older MegaLinter version.
Additional Locations (10)
flavors/java/action.yml#L9-L10flavors/dotnet/action.yml#L9-L10flavors/formatters/action.yml#L9-L10flavors/salesforce/action.yml#L9-L10flavors/ci_light/action.yml#L9-L10docs/index.md#L50-L51flavors/python/action.yml#L9-L10flavors/dotnetweb/action.yml#L9-L10flavors/javascript/action.yml#L9-L10flavors/security/action.yml#L9-L10

[automation] Auto-update linters version, help and documentation