Skip to content

Commit

Permalink
Add a build pipeline parameter to allow overriding CodeQL cadence (#670)
Browse files Browse the repository at this point in the history
Add build parameter for overriding Codeql cadence
  • Loading branch information
Nox-MSFT authored Nov 19, 2024
1 parent 7b7eb36 commit 18e98a9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions azurepipelines/build/native/adu-ubuntu-amd64-build.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
parameters:
- name: codeqlCadence
default: 72
displayName: "CodeQL Cadence"

variables:
version.major: 1
version.minor: 1
Expand All @@ -20,6 +25,8 @@ variables:
# gcc-8 matches what is built with poky warrior.
CC: gcc-8
CXX: g++-8
# Overriding Codeql cadence
Codeql.Cadence: ${{ parameters.codeqlCadence }}

name: $(version.major).$(version.minor).$(version.patch)-$(version.pre-release)+$(version.build)

Expand Down

0 comments on commit 18e98a9

Please sign in to comment.