Skip to content

Commit a9402f4

Browse files
[Windows] Updated the EdgeDriver, vcRedis signature and Openssl version to 3.4.1 in Windows 25 (#11584)
* [Windows] Updated the EdgeDriver signature thumbprint * [Windows] Updated Edge-drvier , vcRedis Signature and Updated Openssl version to 3.4.1
1 parent 013612c commit a9402f4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

images/windows/scripts/build/Install-EdgeDriver.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Write-Host "Expand Microsoft Edge WebDriver archive..."
2727
Expand-7ZipArchive -Path $archivePath -DestinationPath $edgeDriverPath
2828

2929
#Validate the EdgeDriver signature
30-
$signatureThumbprint = "7920AC8FB05E0FFFE21E8FF4B4F03093BA6AC16E"
30+
$signatureThumbprint = "0BD8C56733FDCC06F8CB919FF5A200E39B1ACF71"
3131
Test-FileSignature -Path "$edgeDriverPath\msedgedriver.exe" -ExpectedThumbprint $signatureThumbprint
3232

3333
Write-Host "Setting the environment variables..."

images/windows/toolsets/toolset-2019.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@
467467
"postgresql": {
468468
"signature": "698BA51AA27CC31282AACA5055E4B9190BC6C0E9",
469469
"version": "14",
470-
"vcRedistSignature": "245D262748012A4FE6CE8BA6C951A4C4AFBC3E5D",
470+
"vcRedistSignature": "8F985BE8FD256085C90A95D3C74580511A1DB975",
471471
"installVcRedist": true
472472
},
473473
"kotlin": {

images/windows/toolsets/toolset-2022.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@
383383
"postgresql": {
384384
"signature": "698BA51AA27CC31282AACA5055E4B9190BC6C0E9",
385385
"version": "14",
386-
"vcRedistSignature": "245D262748012A4FE6CE8BA6C951A4C4AFBC3E5D",
386+
"vcRedistSignature": "8F985BE8FD256085C90A95D3C74580511A1DB975",
387387
"installVcRedist": true
388388
},
389389
"kotlin": {

images/windows/toolsets/toolset-2025.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@
324324
"version": "latest"
325325
},
326326
"openssl": {
327-
"version": "3.4.0",
327+
"version": "3.4.1",
328328
"pinnedDetails": {
329329
"link": "https://github.com/actions/runner-images-internal/pull/6702",
330330
"reason": "Meaningful reason must be added at next update.",

0 commit comments

Comments
 (0)