Skip to content

Commit 6354ace

Browse files
authored
Merge pull request #5 from TBCBank/bugfix/codeql
CodeQL config changes
2 parents 3f5a917 + 530a262 commit 6354ace

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
branches: [master]
1717
schedule:
1818
- cron: '32 11 * * 3'
19+
workflow_dispatch:
1920

2021
jobs:
2122
analyze:
@@ -61,6 +62,12 @@ jobs:
6162
dotnet-version: 6.0.x
6263
include-prerelease: false
6364

65+
- name: Remove net framework example project
66+
run: dotnet sln remove "examples/UsageExample3/UsageExample3.csproj"
67+
68+
- name: Remove net framework example project files
69+
run: rm -r examples/UsageExample3/*
70+
6471
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6572
# If this step fails, then you should remove it and run the build manually (see below)
6673
- name: Autobuild

0 commit comments

Comments
 (0)