Skip to content

Commit f06a164

Browse files
committed
Manually define dependency license 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 1e0552c commit f06a164

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 2.0.1
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: |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 3.0.0
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)