File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 11
11
- ' rc/*'
12
12
paths :
13
13
- ' csharp/**'
14
+ - ' .github/codeql/**'
15
+ - ' .github/workflows/codeql-analysis.yml'
14
16
schedule :
15
17
- cron : ' 0 9 * * 1'
16
18
38
40
39
41
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
40
42
# If this step fails, then you should remove it and run the build manually (see below)
41
- - name : Autobuild
42
- uses : github/codeql-action/autobuild@main
43
+ # - name: Autobuild
44
+ # uses: github/codeql-action/autobuild@main
43
45
44
46
# ℹ️ Command-line programs to run using the OS shell.
45
47
# 📚 https://git.io/JvXDl
48
50
# and modify them (or add more) to build your code if your project
49
51
# uses a compiled language
50
52
51
- # - run: |
52
- # make bootstrap
53
- # make release
53
+ - run : |
54
+ dotnet build csharp
54
55
55
56
- name : Perform CodeQL Analysis
56
57
uses : github/codeql-action/analyze@main
You can’t perform that action at this time.
0 commit comments