From 34d693330248a49697c596b5fa98d81d93a40497 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Sat, 22 Jan 2022 23:20:21 +0000 Subject: [PATCH] codeql: specify windows-2019 avoid breaking update to 2022 for windows-latest - https://github.com/actions/virtual-environments/issues/4856 --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 8fb63fe01..d7d62ab07 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -35,7 +35,7 @@ on: jobs: analyze: name: Analyze - runs-on: windows-latest + runs-on: windows-2019 permissions: actions: read contents: read