From 5ca9aab6fe6bd255b330c95a49b2eefc2a1b4403 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Wed, 17 May 2023 11:38:27 -0700 Subject: [PATCH] Add CodeQL to GitHub pipeline (#113) --- build/UVAtlas-GitHub.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build/UVAtlas-GitHub.yml b/build/UVAtlas-GitHub.yml index 938f891..2bc9154 100644 --- a/build/UVAtlas-GitHub.yml +++ b/build/UVAtlas-GitHub.yml @@ -42,11 +42,12 @@ resources: name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r) -pool: - vmImage: windows-2019 - variables: GUID_FEED: $(ADOFeedGUID) + Codeql.Enabled: true + +pool: + vmImage: windows-2019 jobs: - job: DESKTOP_BUILD