From 0bad4efb078c49b249402920a05abea866ae492c Mon Sep 17 00:00:00 2001 From: Aditya Dwivedi Date: Fri, 7 Jun 2024 13:52:47 -0400 Subject: [PATCH] As Java script in interpretaed language and CodeQL analysis can happen under SDL stage to avoid multiple time CodeQL under every stage/Job. Current set up soing it for all Jobs. --- azure-pipelines/official-build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/azure-pipelines/official-build.yml b/azure-pipelines/official-build.yml index ee01b95..65bbf4b 100644 --- a/azure-pipelines/official-build.yml +++ b/azure-pipelines/official-build.yml @@ -27,6 +27,10 @@ extends: image: 1es-windows-2022 os: windows + sdl: + codeql: + runSourceLanguagesInSourceAnalysis: true + stages: - stage: WindowsUnitTests dependsOn: []