From 60f72fb5e34add104ea116042653dfc493bcb327 Mon Sep 17 00:00:00 2001 From: Eoghan Russell Date: Wed, 12 Jul 2023 13:49:13 +0100 Subject: [PATCH] Revert "Update codeql.yml" Signed-off-by: Eoghan Russell --- .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 144110d6..fdbc94e0 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -14,7 +14,7 @@ permissions: jobs: analyze: name: Analyze - runs-on: self-hosted + runs-on: ubuntu-latest 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 }}" + category: "/language:${{ matrix.language }}" \ No newline at end of file