Fix the dep checker: the windows-rs repository moved its license files. (#5034)
Also re-run the dependency checker when the summary script changes.
This commit is contained in:
Родитель
2bb16fd29d
Коммит
aeed512707
|
@ -9,6 +9,7 @@ on:
|
|||
- '**requirements.txt'
|
||||
- '**DEPENDENCIES.md'
|
||||
- '**dependency-licenses.xml'
|
||||
- '**dependency_summary.py'
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
paths:
|
||||
|
@ -17,6 +18,7 @@ on:
|
|||
- '**requirements.txt'
|
||||
- '**DEPENDENCIES.md'
|
||||
- '**dependency-licenses.xml'
|
||||
- '**dependency_summary.py'
|
||||
schedule:
|
||||
# Runs at 7:00 UTC every day
|
||||
- cron: '0 7 * * *'
|
||||
|
|
|
@ -482,15 +482,15 @@ the details of which are reproduced below.
|
|||
</license>
|
||||
<license>
|
||||
<name>Apache License 2.0: windows-sys</name>
|
||||
<url>https://github.com/microsoft/windows-rs/blob/master/.github/license-mit</url>
|
||||
<url>https://github.com/microsoft/windows-rs/blob/master/license-mit</url>
|
||||
</license>
|
||||
<license>
|
||||
<name>Apache License 2.0: windows_x86_64_gnu</name>
|
||||
<url>https://github.com/microsoft/windows-rs/blob/master/.github/license-mit</url>
|
||||
<url>https://github.com/microsoft/windows-rs/blob/master/license-mit</url>
|
||||
</license>
|
||||
<license>
|
||||
<name>Apache License 2.0: windows_x86_64_msvc</name>
|
||||
<url>https://github.com/microsoft/windows-rs/blob/master/.github/license-mit</url>
|
||||
<url>https://github.com/microsoft/windows-rs/blob/master/license-mit</url>
|
||||
</license>
|
||||
<license>
|
||||
<name>MIT License: aho-corasick</name>
|
||||
|
|
|
@ -351,8 +351,8 @@ PACKAGE_METADATA_FIXUPS = {
|
|||
},
|
||||
"license_file": {
|
||||
"check": None,
|
||||
"fixup": "https://raw.githubusercontent.com/microsoft/windows-rs/master/.github/license-mit",
|
||||
}
|
||||
"fixup": "https://raw.githubusercontent.com/microsoft/windows-rs/master/license-mit",
|
||||
},
|
||||
},
|
||||
"windows_x86_64_msvc": {
|
||||
"repository": {
|
||||
|
@ -360,8 +360,8 @@ PACKAGE_METADATA_FIXUPS = {
|
|||
},
|
||||
"license_file": {
|
||||
"check": None,
|
||||
"fixup": "https://raw.githubusercontent.com/microsoft/windows-rs/master/.github/license-mit",
|
||||
}
|
||||
"fixup": "https://raw.githubusercontent.com/microsoft/windows-rs/master/license-mit",
|
||||
},
|
||||
},
|
||||
"windows_x86_64_gnu": {
|
||||
"repository": {
|
||||
|
@ -369,8 +369,8 @@ PACKAGE_METADATA_FIXUPS = {
|
|||
},
|
||||
"license_file": {
|
||||
"check": None,
|
||||
"fixup": "https://raw.githubusercontent.com/microsoft/windows-rs/master/.github/license-mit",
|
||||
}
|
||||
"fixup": "https://raw.githubusercontent.com/microsoft/windows-rs/master/license-mit",
|
||||
},
|
||||
},
|
||||
"kernel32-sys": {
|
||||
"repository": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче