From a237bbd0e7aecf3113f71c236b045454ed221c8c Mon Sep 17 00:00:00 2001 From: "stepsecurity-app[bot]" <188008098+stepsecurity-app[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 12:18:07 +0000 Subject: [PATCH] [StepSecurity] Apply security best practices Signed-off-by: StepSecurity Bot --- .github/workflows/test-ui-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-ui-windows.yml b/.github/workflows/test-ui-windows.yml index e1bde0f5..2930b560 100644 --- a/.github/workflows/test-ui-windows.yml +++ b/.github/workflows/test-ui-windows.yml @@ -18,7 +18,7 @@ env: jobs: testUI: - runs-on: windows-latest + runs-on: cx-public-windows-x64 steps: # Check out current repository - name: Fetch Sources