actions / dependency-review-action

A GitHub Action for detecting vulnerable dependencies and invalid licenses in your PRs
MIT License
558 stars 94 forks source link

Fix extra https:// in summary #748

Closed jhutchings1 closed 2 months ago

jhutchings1 commented 2 months ago

Removes the extra https:// in the summary output to fix #738

Example of this working is here: https://github.com/jhutchings1/dependency-review-tester/actions/runs/8804678004

juxtin commented 2 months ago

Thanks, @jhutchings1!