mirror of
https://github.com/actions/runner-images.git
synced 2025-12-10 11:07:02 +00:00
[WIndows] Update OpenSSL to 3.* on windows-2022 and script itself (#13119)
This commit is contained in:
@@ -22,7 +22,7 @@ $installerHash = $null
|
||||
|
||||
foreach ($key in $installerNames) {
|
||||
$installer = $installersAvailable.$key
|
||||
if (($installer.light -eq $light) -and ($installer.arch -eq $arch) -and ($installer.bits -eq $bits) -and ($installer.installer -eq $installerType) -and ($installer.basever -eq $version)) {
|
||||
if (($installer.light -eq $light) -and ($installer.arch -eq $arch) -and ($installer.bits -eq $bits) -and ($installer.installer -eq $installerType) -and ($installer.basever -like $version)) {
|
||||
$installerUrl = $installer.url
|
||||
$installerHash = $installer.sha512
|
||||
}
|
||||
|
||||
@@ -445,9 +445,9 @@
|
||||
"openssl": {
|
||||
"version": "1.1.1",
|
||||
"pinnedDetails": {
|
||||
"link": "https://github.com/somelink",
|
||||
"reason": "this was pinned due to a downstream issue with the installer",
|
||||
"review-at": "2025-01-30"
|
||||
"link": "https://github.com/actions/runner-images/issues/12045",
|
||||
"reason": "Image is deprecated and will be removed soon",
|
||||
"review-at": "2027-01-01"
|
||||
}
|
||||
},
|
||||
"pwsh": {
|
||||
|
||||
@@ -363,13 +363,7 @@
|
||||
"version": "latest"
|
||||
},
|
||||
"openssl": {
|
||||
"version": "1.1.1",
|
||||
"pinnedDetails": {
|
||||
"link": "https://github.com/actions/runner-images-internal/pull/6702",
|
||||
"reason": "Meaningful reason must be added at next update.",
|
||||
"review-at": "2024-06-01",
|
||||
"type": "preexisting-pinned-version-without-reason"
|
||||
}
|
||||
"version": "3.*"
|
||||
},
|
||||
"pwsh": {
|
||||
"version": "7.4"
|
||||
|
||||
@@ -328,13 +328,7 @@
|
||||
"version": "latest"
|
||||
},
|
||||
"openssl": {
|
||||
"version": "3.5.3",
|
||||
"pinnedDetails": {
|
||||
"link": "https://github.com/openssl/openssl/releases/tag/openssl-3.5.3",
|
||||
"reason": "Installer not found for version 3.5.2",
|
||||
"review-at": "2025-10-10",
|
||||
"type": "preexisting-pinned-version-without-reason"
|
||||
}
|
||||
"version": "3.*"
|
||||
},
|
||||
"pwsh": {
|
||||
"version": "7.4"
|
||||
|
||||
Reference in New Issue
Block a user