[Windows-25] updating OpenSSL version to 3.5.2 (#12709)

This commit is contained in:
vidya sagar
2025-08-06 19:53:11 +05:30
committed by GitHub
parent 9e735b4bda
commit bf25250674

View File

@@ -325,11 +325,11 @@
"version": "latest" "version": "latest"
}, },
"openssl": { "openssl": {
"version": "3.5.1", "version": "3.5.2",
"pinnedDetails": { "pinnedDetails": {
"link": "https://github.com/actions/runner-images-internal/pull/6702", "link": "https://github.com/openssl/openssl/releases/tag/openssl-3.5.2",
"reason": "Meaningful reason must be added at next update.", "reason": "Installer not found for version 3.5.1",
"review-at": "2025-06-01", "review-at": "2025-10-10",
"type": "preexisting-pinned-version-without-reason" "type": "preexisting-pinned-version-without-reason"
} }
}, },