Hi, While using this library with GitHub Actions, `core.notice` generates unnecessary annotations to the summary run. Example screenshot:  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!