github / dependency-submission-toolkit

A TypeScript library for creating dependency snapshots.
MIT License
46 stars 10 forks source link

Unecessary annotations to GitHub Actions summary runs #80

Open caquino opened 4 months ago

caquino commented 4 months ago

Hi,

While using this library with GitHub Actions, core.notice generates unnecessary annotations to the summary run.

Example screenshot: Screenshot 2024-07-05 at 17 23 33

Code: https://github.com/github/dependency-submission-toolkit/blob/ba4304393932d94a64d5b97d53b8405ed0e40a90/src/snapshot.ts#L192

Would be possible for this to only generate a to something that does not generate annotations instead of a core.notice?

Thanks!

jonjanego commented 4 months ago

Thanks for the feedback @caquino

caquino commented 1 week ago

Hi, do you have any updates about this? Now that annotations are shown at the top of the page, this causes even more confusion.