From 1132cc385165eca2d070ef38eeface0848390b06 Mon Sep 17 00:00:00 2001 From: Circle TechOps Repo Updater Date: Tue, 9 Dec 2025 23:11:35 +0000 Subject: [PATCH] chore(stepsecurity): update workflows to use custom hosted runners with built-in StepSecurity --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 09880b1..240a01d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,14 +11,14 @@ jobs: fail-fast: true name: Foundry project - runs-on: ubuntu-latest + runs-on: github-hosted-small steps: - uses: actions/checkout@v3 with: submodules: recursive - name: Install Foundry - uses: foundry-rs/foundry-toolchain@v1 + uses: foundry-rs/foundry-toolchain@8b0419c685ef46cb79ec93fbdc131174afceb730 # v1 with: version: nightly