-
Notifications
You must be signed in to change notification settings - Fork 13
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
DevSkim Action Failing Due to .NET Version Mismatch #30
Comments
Probably caused by microsoft/DevSkim#678. Interesting doing such a breaking change in a patch release. 🙈 |
Doh, thanks, I'll get that fixed ASAP. #31 |
That's a fair point, and sorry for the inconvenience. I didn't take into account the impact of the framework change to the Action which always pulls the latest DevSkim. This was considered a patch level release of DevSkim because it has no breaking functionality changes for the program itself, but the framework migration could be considered a breaking change (and was in this case for the action). I'll try to keep that in mind for migrating to .NET 10 this November. |
Should be resolved now, again sorry for the inconvenience, I'll try to have a better experience for future framework migrations. |
Description:
The DevSkim-Action GitHub Action has started failing unexpectedly in our workflows due to a .NET version mismatch in the Docker build process. The action has not been updated in 10+ months, but something seems to have changed, causing a breaking issue.
Steps to Reproduce:
Observed Behavior:
The following error occurs during the Docker build:
Can this action be updated to support .NET 8.0+, or is there a recommended workaround from the maintainers?
Thanks!
The text was updated successfully, but these errors were encountered: