From dbded6222eded79d9fa853fe629a99d6b2ded186 Mon Sep 17 00:00:00 2001 From: JianyeXi <59603451+jianyexi@users.noreply.github.com> Date: Fri, 18 Nov 2022 13:36:52 +0800 Subject: [PATCH 1/6] Update azure-pipelines.yml --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index be1c9531..5c490060 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,6 +4,9 @@ trigger: pool: vmImage: 'windows-latest' +variables: + Codeql.Enabled: true + steps: - script: npm install displayName: npm install From ad450543bd58cc618d9b4b3fe22f3647068c9d0b Mon Sep 17 00:00:00 2001 From: JianyeXi <59603451+jianyexi@users.noreply.github.com> Date: Fri, 18 Nov 2022 13:54:01 +0800 Subject: [PATCH 2/6] Create codeql3000.yml --- codeql3000.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 codeql3000.yml diff --git a/codeql3000.yml b/codeql3000.yml new file mode 100644 index 00000000..f7bb5d04 --- /dev/null +++ b/codeql3000.yml @@ -0,0 +1,2 @@ +variables: + Codeql.Enabled: true From b5ee14f7a7f12151d53d9da275f0abbe4ef15dff Mon Sep 17 00:00:00 2001 From: JianyeXi <59603451+jianyexi@users.noreply.github.com> Date: Fri, 18 Nov 2022 14:16:34 +0800 Subject: [PATCH 3/6] Update azure-pipelines.yml --- azure-pipelines.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5c490060..59e0658c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,8 +4,6 @@ trigger: pool: vmImage: 'windows-latest' -variables: - Codeql.Enabled: true steps: - script: npm install From 68b5ab7cd86eb4df2d3fe643e6fc4d59ec2fa393 Mon Sep 17 00:00:00 2001 From: JianyeXi <59603451+jianyexi@users.noreply.github.com> Date: Fri, 18 Nov 2022 14:17:15 +0800 Subject: [PATCH 4/6] Update azure-pipelines.yml --- azure-pipelines.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 59e0658c..be1c9531 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,7 +4,6 @@ trigger: pool: vmImage: 'windows-latest' - steps: - script: npm install displayName: npm install From 1524170eebe9cea6bf1580a36c29e39fc99dc166 Mon Sep 17 00:00:00 2001 From: JianyeXi <59603451+jianyexi@users.noreply.github.com> Date: Fri, 18 Nov 2022 14:21:01 +0800 Subject: [PATCH 5/6] Update azure-pipelines.yml --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index be1c9531..d2aa4783 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,6 +1,9 @@ trigger: - main +variables: + Codeql.Enabled: true + pool: vmImage: 'windows-latest' From 461a3b4120d7c105c411bd9ecad4484e8f7eeac5 Mon Sep 17 00:00:00 2001 From: JianyeXi <59603451+jianyexi@users.noreply.github.com> Date: Fri, 18 Nov 2022 14:21:18 +0800 Subject: [PATCH 6/6] Delete codeql3000.yml --- codeql3000.yml | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 codeql3000.yml diff --git a/codeql3000.yml b/codeql3000.yml deleted file mode 100644 index f7bb5d04..00000000 --- a/codeql3000.yml +++ /dev/null @@ -1,2 +0,0 @@ -variables: - Codeql.Enabled: true