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 1111 - ' rc/*'
1212 paths :
1313 - ' csharp/**'
14+ - ' .github/codeql/**'
15+ - ' .github/workflows/codeql-analysis.yml'
1416 schedule :
1517 - cron : ' 0 9 * * 1'
1618
3840
3941 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4042 # 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
4345
4446 # ℹ️ Command-line programs to run using the OS shell.
4547 # 📚 https://git.io/JvXDl
4850 # and modify them (or add more) to build your code if your project
4951 # uses a compiled language
5052
51- # - run: |
52- # make bootstrap
53- # make release
53+ - run : |
54+ dotnet build csharp
5455
5556 - name : Perform CodeQL Analysis
5657 uses : github/codeql-action/analyze@main
You can’t perform that action at this time.
0 commit comments