[WIndows] Update OpenSSL to 3.* on windows-2022 and script itself (#13119)

This commit is contained in:
Erik Bershel
2025-10-02 11:13:07 +02:00
committed by GitHub
parent 1c513424de
commit 68417c51be
4 changed files with 6 additions and 18 deletions

View File

@@ -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
}

View File

@@ -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": {

View File

@@ -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"

View File

@@ -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"