mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
Updated Thumbprint for Az-cli and Geckodriver (#10405)
This commit is contained in:
@@ -15,7 +15,7 @@ New-Item -ItemType 'Directory' -Path $azureCliExtensionPath | Out-Null
|
|||||||
|
|
||||||
Install-Binary -Type MSI `
|
Install-Binary -Type MSI `
|
||||||
-Url 'https://aka.ms/installazurecliwindowsx64' `
|
-Url 'https://aka.ms/installazurecliwindowsx64' `
|
||||||
-ExpectedSignature 'F9A7CF9FBE13BAC767F4781061332DA6E8B4E0EE'
|
-ExpectedSignature 'C2048FB509F1C37A8C3E9EC6648118458AA01780'
|
||||||
|
|
||||||
Update-Environment
|
Update-Environment
|
||||||
|
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ Write-Host "Expand Gecko WebDriver archive..."
|
|||||||
Expand-7ZipArchive -Path $geckoDriverArchPath -DestinationPath $geckoDriverPath
|
Expand-7ZipArchive -Path $geckoDriverArchPath -DestinationPath $geckoDriverPath
|
||||||
|
|
||||||
# Validate Gecko WebDriver signature
|
# Validate Gecko WebDriver signature
|
||||||
$geckoDriverSignatureThumbprint = "1326B39C3D5D2CA012F66FB439026F7B59CB1974"
|
$geckoDriverSignatureThumbprint = "40890F2FE1ACAE18072FA7F3C0AE456AACC8570D"
|
||||||
Test-FileSignature -Path "$geckoDriverPath/geckodriver.exe" -ExpectedThumbprint $geckoDriverSignatureThumbprint
|
Test-FileSignature -Path "$geckoDriverPath/geckodriver.exe" -ExpectedThumbprint $geckoDriverSignatureThumbprint
|
||||||
|
|
||||||
Write-Host "Setting the environment variables..."
|
Write-Host "Setting the environment variables..."
|
||||||
|
|||||||
Reference in New Issue
Block a user