1
0
mirror of https://github.com/microsoft/DirectXMath synced 2024-09-19 14:49:54 +00:00

Add CodeQL to GitHub pipeline (#165)

This commit is contained in:
Chuck Walbourn 2023-05-17 11:38:39 -07:00 committed by GitHub
parent d5bdf8f760
commit 22e6d74799
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,11 +42,12 @@ resources:
name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r) name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r)
pool:
vmImage: windows-2019
variables: variables:
GITHUB_PAT: $(GITHUBPUBLICTOKEN) GITHUB_PAT: $(GITHUBPUBLICTOKEN)
Codeql.Enabled: true
pool:
vmImage: windows-2019
jobs: jobs:
- job: BUILD_DEV16 - job: BUILD_DEV16