ossf / criticality_score

Gives criticality score for an open source project
Apache License 2.0
1.31k stars 119 forks source link

Update go-graphql-client to fix error handling #556

Closed calebbrown closed 6 months ago

calebbrown commented 6 months ago

go-graphql-client@v0.11.0 was not wrapping and unwrapping errors correctly.

v0.12.0 fixes this issue.

Furthermore, the logging that would have made this obvious was logging at an "info" level, this change makes the log entry an "error" instead.