Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormdh1418 <mitchhwang1418@gmail.com>2022-11-03 18:09:30 +0300
committermdh1418 <mitchhwang1418@gmail.com>2022-11-03 18:09:30 +0300
commita7b3e90b13a2c87449fda773a00a12d38fe5eb81 (patch)
treeb2684dcdf7fecfe9b0e7d2a52a1fb6ad8643b7cc /azure-pipelines.yml
parentc3be4f3ddbb4a00b2c651d406a613b28c69a4dac (diff)
Enable CodeQL with TSA
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 0d7562c..678fff4 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -6,6 +6,10 @@ variables:
value: Debug
- name: TeamName
value: Mono.Addins
+- name: Codeql.Enabled
+ value: true
+- name: Codeql.TSAEnabled
+ value: true
steps: