From 7f6e60b11e484abf57454b3560c2e752179b38fe Mon Sep 17 00:00:00 2001 From: Jonathan Dick Date: Wed, 2 Nov 2022 15:44:45 -0400 Subject: [PATCH] Enable CodeQL --- scripts/azure-pipelines-variables.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/azure-pipelines-variables.yml b/scripts/azure-pipelines-variables.yml index 5f25da6d4c..c7873af0fb 100644 --- a/scripts/azure-pipelines-variables.yml +++ b/scripts/azure-pipelines-variables.yml @@ -23,3 +23,4 @@ variables: NUGET_DIFF_PRERELEASE: false ENABLE_CODE_COVERAGE: true EMSCRIPTEN_VERSION: 2.0.23 + Codeql.Enabled: true