Skip to content

Commit 59fac1e

Browse files
authored
Update codeql.yml (#29)
1 parent 06700ee commit 59fac1e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.azdo/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ stages:
2424
Codeql.Cadence: 1 # hour (for testing, normally will run daily)
2525
skipComponentGovernanceDetection: true # not needed for CodeQL run
2626
steps:
27-
# - task: CodeQL3000Init@0
28-
# displayName: Initialize CodeQL
27+
- task: CodeQL3000Init@0
28+
displayName: Initialize CodeQL
2929

3030
- pwsh: |
3131
Write-Verbose "Starting the build configuration:Release Platform:x64"
@@ -39,8 +39,8 @@ stages:
3939
& 'C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\MSBuild.exe' LibreSSL.sln /p:Configuration=Release /m /noconlog /fl /flp:LogFile=build.log
4040
displayName: Build LibreSSL
4141
42-
# - task: CodeQL3000Finalize@0
43-
# displayName: Finalize CodeQL
42+
- task: CodeQL3000Finalize@0
43+
displayName: Finalize CodeQL
4444

4545
- pwsh: |
4646
$BuildOutx64Path = "$(Build.SourcesDirectory)\build_x64"

0 commit comments

Comments
 (0)