From 102663e7a171625154f484f766e23fbd7df38bf5 Mon Sep 17 00:00:00 2001 From: Leandro Marques <50781594+leandro-lms-marques@users.noreply.github.com> Date: Fri, 24 Oct 2025 13:05:46 -0300 Subject: [PATCH] chore(actions): replace ubuntu-latest with Zoop runner --- .github/workflows/mobsf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mobsf.yml b/.github/workflows/mobsf.yml index 7bf6e4c..9e601aa 100644 --- a/.github/workflows/mobsf.yml +++ b/.github/workflows/mobsf.yml @@ -23,7 +23,7 @@ jobs: contents: read # for actions/checkout to fetch code security-events: write # for github/codeql-action/upload-sarif to upload SARIF results actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status - runs-on: ubuntu-latest + runs-on: services-nonprod steps: - uses: actions/checkout@v3