Skip to content

Commit c54feb5

Browse files
authored
Disable duplicate codeQL run per guideline (#5562)
1 parent c72766a commit c54feb5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

azure-pipelines-arcade.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ extends:
3939
name: $(DncEngInternalBuildPool)
4040
image: 1es-windows-2022
4141
os: windows
42+
codeql:
43+
compiled:
44+
enabled: false
45+
justificationForDisabling: 'CodeQL is already enabled in pipeline dotnet-wcf-codeql; this is a duplicate scan'
4246
customBuildTags:
4347
- ES365AIMigrationTooling
4448
stages:

0 commit comments

Comments
 (0)