SMI / IsIdentifiable

A tool for detecting identifiable information in data sources (CSV, DICOM, Relational Database and MongoDB)
GNU General Public License v3.0
13 stars 3 forks source link

Dependabot dependabroken again #490

Closed jas88 closed 1 month ago

jas88 commented 3 months ago

Errored with the message "Dependabot encountered an unknown error"

rkm commented 1 month ago

https://github.com/SMI/IsIdentifiable/actions/runs/9979972071/job/27580300494

Very useful:

Dependabot encountered '2' error(s) during execution, please check the logs for more details.
+-------------------------------+
| Dependencies failed to update |
+---------------+---------------+
| IKVM          | unknown_error |
| Lib.Harmony   | unknown_error |
+---------------+---------------+

A bit more info in the stack trace above it

jas88 commented 1 month ago

It's possible it's confused by Lib.Harmony only appearing in Directory.Packages.props and not in a .csproj file, or that IKVM is only referenced from nlp/uk.ac.dundee.hic.nerd/nerd.csproj which isn't in the .sln file - PR #528 removes Lib.Harmony (since we aren't using it any more) and updates IKVM to the current version.

rkm commented 1 month ago

seems to be fixed with #528