Skip to content

Commit

Permalink
Disable CodeQL for courtesy and hotfixes (#19792)
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriiBobreshev authored Apr 18, 2024
1 parent c62a428 commit 83f81a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 0 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ extends:
sdl:
sbom:
enabled: false
${{ eq(parameters.enableCodeQL, true) }}:
codeql:
compiled:
enabled: ${{ variables.runCodeQl }}
justificationForDisabling: 'Disabling to not scan AzureDevOpsRepo'
baseline:
baselineSet: default
baselineFile: $(Build.SourcesDirectory)/.gdn/.gdnbaselines
Expand Down
4 changes: 4 additions & 0 deletions ci/build-single-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
- job: create_hotfix
displayName: Create HotFix PR
dependsOn: build_single_task
variables:
ONEES_ENFORCED_CODEQL_ENABLED: ${{ eq(parameters.enableCodeQL, true) }}
pool:
name: 1ES-ABTT-Shared-Pool
image: abtt-windows-2022
Expand All @@ -51,6 +53,8 @@ jobs:
- job: create_ado_pr
displayName: Update UnifiedDependencies.xml
dependsOn: build_single_task
variables:
ONEES_ENFORCED_CODEQL_ENABLED: ${{ eq(parameters.enableCodeQL, true) }}
pool:
name: 1ES-ABTT-Shared-Pool
image: abtt-windows-2022
Expand Down

0 comments on commit 83f81a0

Please sign in to comment.