Skip to content

Commit 025e2b9

Browse files
committed
Manually define dependency license type metadata that was not detected
The "Licensed" dependency license checker tool uses the licensee tool to automatically determine the license type based on metadata provided by the dependency author. This must be in a standardized format without any modifications. In cases where that wasn't done, it is necessary to determine the license type and update the dependency license metadata cache in the `.licenses` folder manually. The Licensed tool will check this data whenever the dependency version is updated to make sure the license hasn't changed.
1 parent 9df2cf1 commit 025e2b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.licenses/npm/@actions/http-client.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 2.2.3
44
type: npm
55
summary: Actions Http Client
66
homepage: https://github.com/actions/toolkit/tree/main/packages/http-client
7-
license: other
7+
license: mit
88
licenses:
99
- sources: LICENSE
1010
text: |

0 commit comments

Comments
 (0)