From c707eb8f736fb336aa0aa8c7678cdcf92f834c52 Mon Sep 17 00:00:00 2001 From: Matthew McPherrin Date: Fri, 6 Dec 2024 15:42:33 -0500 Subject: [PATCH] Revert 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 c21ab7aeba1..f0cd015c03a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -9,8 +9,8 @@ on: jobs: CodeQL-Build: - # CodeQL supports the latest versions of ubuntu, windows, and macos - runs-on: ubuntu-24.04 + # CodeQL runs on ubuntu-latest, windows-latest, and macos-latest + runs-on: ubuntu-latest permissions: # required for all workflows