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