From 016b52d35e3603b416b4b905d407b821fd2b0f83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20CORTIER?= Date: Thu, 10 Sep 2026 13:58:10 -0400 Subject: [PATCH] ci: update PSTools checksum Microsoft republished PSTools.zip, invalidating the checksum used by the PEDM simulator and Agent policy end-to-end jobs before compilation. Pin the SHA-256 of the archive currently served at https://download.sysinternals.com/files/PSTools.zip. The replacement archive was independently downloaded and hashed, and all 26 included executables have valid Microsoft Authenticode signatures. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6d8729c9..4d2952c0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1236,7 +1236,7 @@ jobs: - name: Install PsExec shell: pwsh run: | - $expectedHash = '4F49964CC9CBAC2B5D87BDC8F9526012E9C4B243D8B7D0C0BB51F254A721CA2E' + $expectedHash = '2B10B3D9DAE0403B06D90B13BFB53E723A8B14A788F78CDFD43A445D8991415E' $zipPath = Join-Path $env:RUNNER_TEMP 'PSTools.zip' $toolsDir = Join-Path $env:RUNNER_TEMP 'PSTools' Invoke-WebRequest -Uri 'https://download.sysinternals.com/files/PSTools.zip' -OutFile $zipPath @@ -1290,7 +1290,7 @@ jobs: - name: Install PsExec shell: pwsh run: | - $expectedHash = '4F49964CC9CBAC2B5D87BDC8F9526012E9C4B243D8B7D0C0BB51F254A721CA2E' + $expectedHash = '2B10B3D9DAE0403B06D90B13BFB53E723A8B14A788F78CDFD43A445D8991415E' $zipPath = Join-Path $env:RUNNER_TEMP 'PSTools.zip' $toolsDir = Join-Path $env:RUNNER_TEMP 'PSTools' Invoke-WebRequest -Uri 'https://download.sysinternals.com/files/PSTools.zip' -OutFile $zipPath