mirror of
https://github.com/microsoft/DirectXMath
synced 2024-11-09 22:20:08 +00:00
Add CodeQL to GitHub pipeline (#165)
This commit is contained in:
parent
d5bdf8f760
commit
22e6d74799
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user