From 8d0e77ccc25d1f938be28d6f8242381de0087e39 Mon Sep 17 00:00:00 2001 From: idelcano Date: Thu, 26 Mar 2026 20:32:48 +0100 Subject: [PATCH] Change runner type from self-hosted to general-runner --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 9e5a9a5..c9b0aee 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -25,7 +25,7 @@ jobs: # - https://gh.io/supported-runners-and-hardware-resources # - https://gh.io/using-larger-runners (GitHub.com only) # Consider using larger runners or machines with greater resources for possible analysis time improvements. - runs-on: self-hosted + runs-on: general-runner permissions: # required for all workflows security-events: write @@ -66,4 +66,4 @@ jobs: - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v3 with: - category: "/language:${{matrix.language}}" \ No newline at end of file + category: "/language:${{matrix.language}}"