diff --git a/build/UVAtlas-GitHub-CMake-Dev17.yml b/build/UVAtlas-GitHub-CMake-Dev17.yml index 28dd230..4577036 100644 --- a/build/UVAtlas-GitHub-CMake-Dev17.yml +++ b/build/UVAtlas-GitHub-CMake-Dev17.yml @@ -46,6 +46,7 @@ resources: name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r) variables: + Codeql.Enabled: false VS_GENERATOR: 'Visual Studio 17 2022' WIN10_SDK: '10.0.19041.0' WIN11_SDK: '10.0.22000.0' diff --git a/build/UVAtlas-GitHub-CMake.yml b/build/UVAtlas-GitHub-CMake.yml index f654dc1..1f09593 100644 --- a/build/UVAtlas-GitHub-CMake.yml +++ b/build/UVAtlas-GitHub-CMake.yml @@ -46,6 +46,7 @@ resources: name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r) variables: + Codeql.Enabled: false VS_GENERATOR: 'Visual Studio 16 2019' WIN10_SDK: '10.0.19041.0' WIN11_SDK: '10.0.22000.0' diff --git a/build/UVAtlas-GitHub-Dev17.yml b/build/UVAtlas-GitHub-Dev17.yml index 798bdf0..b0e1b32 100644 --- a/build/UVAtlas-GitHub-Dev17.yml +++ b/build/UVAtlas-GitHub-Dev17.yml @@ -34,6 +34,7 @@ pool: vmImage: windows-2022 variables: + Codeql.Enabled: false GUID_FEED: $(ADOFeedGUID) jobs: diff --git a/build/UVAtlas-GitHub-MinGW.yml b/build/UVAtlas-GitHub-MinGW.yml index bb8255c..123f2e3 100644 --- a/build/UVAtlas-GitHub-MinGW.yml +++ b/build/UVAtlas-GitHub-MinGW.yml @@ -49,6 +49,7 @@ pool: vmImage: windows-2022 variables: + Codeql.Enabled: false VCPKG_CMAKE_DIR: '$(VCPKG_ROOT)/scripts/buildsystems/vcpkg.cmake' GITHUB_PAT: $(GITHUBPUBLICTOKEN) WIN11_SDK: '10.0.22000.0' diff --git a/build/UVAtlas-GitHub-SDK-prerelease.yml b/build/UVAtlas-GitHub-SDK-prerelease.yml index d190c69..2a8fc36 100644 --- a/build/UVAtlas-GitHub-SDK-prerelease.yml +++ b/build/UVAtlas-GitHub-SDK-prerelease.yml @@ -25,6 +25,7 @@ resources: name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r) variables: + Codeql.Enabled: false EXTRACTED_FOLDER: $(ExtractedFolder) WSDKEnableBWOI: true URL_FEED: $(ADOFeedURL) diff --git a/build/UVAtlas-GitHub-SDK-release.yml b/build/UVAtlas-GitHub-SDK-release.yml index 14a4b47..51811dd 100644 --- a/build/UVAtlas-GitHub-SDK-release.yml +++ b/build/UVAtlas-GitHub-SDK-release.yml @@ -25,6 +25,7 @@ resources: name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r) variables: + Codeql.Enabled: false EXTRACTED_FOLDER: $(ExtractedFolder) WSDKEnableBWOI: true URL_FEED: $(ADOFeedURL) diff --git a/build/UVAtlas-GitHub-Test-Dev17.yml b/build/UVAtlas-GitHub-Test-Dev17.yml index ddbc37d..96d847e 100644 --- a/build/UVAtlas-GitHub-Test-Dev17.yml +++ b/build/UVAtlas-GitHub-Test-Dev17.yml @@ -28,6 +28,7 @@ pool: vmImage: windows-2022 variables: + Codeql.Enabled: false GITHUB_PAT: $(GITHUBPUBLICTOKEN) jobs: diff --git a/build/UVAtlas-GitHub-Test.yml b/build/UVAtlas-GitHub-Test.yml index 3c4b563..2c48a88 100644 --- a/build/UVAtlas-GitHub-Test.yml +++ b/build/UVAtlas-GitHub-Test.yml @@ -49,6 +49,7 @@ pool: vmImage: windows-2019 variables: + Codeql.Enabled: false GITHUB_PAT: $(GITHUBPUBLICTOKEN) jobs: diff --git a/build/UVAtlas-GitHub-WSL-11.yml b/build/UVAtlas-GitHub-WSL-11.yml index b5638bf..2f45be4 100644 --- a/build/UVAtlas-GitHub-WSL-11.yml +++ b/build/UVAtlas-GitHub-WSL-11.yml @@ -38,6 +38,7 @@ pool: vmImage: ubuntu-22.04 variables: + Codeql.Enabled: false VCPKG_CMAKE_DIR: '$(VCPKG_ROOT)/scripts/buildsystems/vcpkg.cmake' GITHUB_PAT: $(GITHUBPUBLICTOKEN) LOCAL_PKG_DIR: '$(Agent.BuildDirectory)/install/' diff --git a/build/UVAtlas-GitHub-WSL.yml b/build/UVAtlas-GitHub-WSL.yml index 1753e37..683fc72 100644 --- a/build/UVAtlas-GitHub-WSL.yml +++ b/build/UVAtlas-GitHub-WSL.yml @@ -49,6 +49,7 @@ pool: vmImage: ubuntu-20.04 variables: + Codeql.Enabled: false VCPKG_CMAKE_DIR: '$(VCPKG_ROOT)/scripts/buildsystems/vcpkg.cmake' GITHUB_PAT: $(GITHUBPUBLICTOKEN) LOCAL_PKG_DIR: '$(Agent.BuildDirectory)/install/' diff --git a/build/UVAtlas-GitHub.yml b/build/UVAtlas-GitHub.yml index 632910e..abfcc55 100644 --- a/build/UVAtlas-GitHub.yml +++ b/build/UVAtlas-GitHub.yml @@ -52,8 +52,8 @@ resources: name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r) variables: + Codeql.Enabled: false GUID_FEED: $(ADOFeedGUID) - Codeql.Enabled: true pool: vmImage: windows-2022 diff --git a/build/UVAtlas-SDL.yml b/build/UVAtlas-SDL.yml index 0ea338f..537ea16 100644 --- a/build/UVAtlas-SDL.yml +++ b/build/UVAtlas-SDL.yml @@ -24,12 +24,13 @@ resources: name: $(Year:yyyy).$(Month).$(DayOfMonth)$(Rev:.r) variables: + Codeql.Enabled: true + Codeql.Language: cpp + Codeql.ExcludePathPatterns: vcpkg VS_GENERATOR: 'Visual Studio 17 2022' VCPKG_CMAKE_DIR: '$(VCPKG_ROOT)/scripts/buildsystems/vcpkg.cmake' GITHUB_PAT: $(GITHUBPUBLICTOKEN) URL_FEED: $(ADOFeedURL) - Codeql.Language: cpp - Codeql.ExcludePathPatterns: vcpkg skipNugetSecurityAnalysis: true # We explicitly call this task so we don't need it to be auto-injected pool: