From fee231d6cb1beb482420db2e68812a75b61b32dc Mon Sep 17 00:00:00 2001 From: John O'Loughlin Date: Wed, 12 Jul 2023 13:47:50 +0100 Subject: [PATCH] Update codeql.yml --- .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 fdbc94e0..144110d6 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -14,7 +14,7 @@ permissions: jobs: analyze: name: Analyze - runs-on: ubuntu-latest + runs-on: self-hosted permissions: actions: read contents: read @@ -46,4 +46,4 @@ jobs: - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # v2.3.3 with: - category: "/language:${{ matrix.language }}" \ No newline at end of file + category: "/language:${{ matrix.language }}"