From 22e6d747994600e00834faff5fc2a95ab60f1790 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Wed, 17 May 2023 11:38:39 -0700 Subject: [PATCH] Add CodeQL to GitHub pipeline (#165) --- build/DirectXMath-GitHub.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build/DirectXMath-GitHub.yml b/build/DirectXMath-GitHub.yml index 1fde124..f40ae34 100644 --- a/build/DirectXMath-GitHub.yml +++ b/build/DirectXMath-GitHub.yml @@ -42,11 +42,12 @@ resources: name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r) -pool: - vmImage: windows-2019 - variables: GITHUB_PAT: $(GITHUBPUBLICTOKEN) + Codeql.Enabled: true + +pool: + vmImage: windows-2019 jobs: - job: BUILD_DEV16