From 6e0559dcf780e55bf5ef845faf631e1313a865ae Mon Sep 17 00:00:00 2001 From: Circle TechOps Repo Updater Date: Tue, 9 Dec 2025 23:12:03 +0000 Subject: [PATCH] chore(stepsecurity): update workflows to use custom hosted runners with built-in StepSecurity --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d0d7731..624f3a8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,7 @@ permissions: read-all jobs: run_refund_tests_and_lint: - runs-on: ubuntu-latest + runs-on: github-hosted-small steps: - name: Check out repository code uses: actions/checkout@v4