Skip to content

Commit 4e1d6b1

Browse files
authored
Codeql updates (#11)
* remove unused C# code * create .gitignore for unused C# code * run codeql CI weekly even when there are no new commits
1 parent b0d7354 commit 4e1d6b1

File tree

17 files changed

+6
-1894
lines changed

17 files changed

+6
-1894
lines changed

.azdo/codeql.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ name: $(BuildDefinitionName)-$(date:yyMM).$(date:dd)$(rev:rrr)
33
trigger: none
44

55
schedules:
6-
- cron: "0 10 * * 1-5"
7-
displayName: Daily CodeQL Build
6+
- cron: "0 10 * * 1"
7+
displayName: Weekly CodeQL Build
88
branches:
99
include:
1010
- master
11+
always: true # should run even if there are no new commits
1112

1213
stages:
1314
- stage: Build
@@ -27,7 +28,7 @@ stages:
2728
steps:
2829
- task: CodeQL3000Init@0
2930
displayName: Initialize CodeQL
30-
31+
3132
- pwsh: |
3233
Write-Verbose "Starting the build configuration:Release Platform:x64"
3334
$buildLogPath = "$(Build.SourcesDirectory)\build\build_x64_Release.log"

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# unused C# code that gets flagged by CodeQL
2+
contrib/dotzlib/

contrib/dotzlib/DotZLib.build

Lines changed: 0 additions & 33 deletions
This file was deleted.

contrib/dotzlib/DotZLib.chm

-71 KB
Binary file not shown.

contrib/dotzlib/DotZLib.sln

Lines changed: 0 additions & 21 deletions
This file was deleted.

contrib/dotzlib/DotZLib/AssemblyInfo.cs

Lines changed: 0 additions & 58 deletions
This file was deleted.

contrib/dotzlib/DotZLib/ChecksumImpl.cs

Lines changed: 0 additions & 202 deletions
This file was deleted.

0 commit comments

Comments
 (0)