From 9a87216b1a716f3abe2f2cbf17c26ed33e006a16 Mon Sep 17 00:00:00 2001 From: Circle TechOps Repo Updater Date: Tue, 9 Dec 2025 23:11:28 +0000 Subject: [PATCH] chore(stepsecurity): update workflows to use custom hosted runners with built-in StepSecurity --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2b4c9e..e35b4f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,20 +5,20 @@ on: branches: [master] jobs: lint-and-test: - runs-on: ubuntu-latest + runs-on: github-hosted-small steps: - name: Check out repository code - uses: actions/checkout@v5 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 with: submodules: "recursive" - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 with: python-version: "3.10" - name: Install Node - uses: actions/setup-node@v4 + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: node-version: "18" @@ -35,7 +35,7 @@ jobs: run: make test build_success_rollup: - runs-on: ubuntu-latest + runs-on: github-hosted-small name: Build Success Rollup if: ${{ always() }} needs: