From 7ef54ee7518e91933600740ef21e670c14e788b9 Mon Sep 17 00:00:00 2001 From: "stepsecurity-app[bot]" <188008098+stepsecurity-app[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 14:55:09 +0000 Subject: [PATCH] [StepSecurity] Apply security best practices Signed-off-by: StepSecurity Bot --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 043db43..784eec9 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -12,7 +12,7 @@ env: jobs: test: - runs-on: ubuntu-latest + runs-on: ubuntu-hardened-latest-m steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v3