mirror of
https://github.com/AlexMacocian/MTSC.git
synced 2026-07-24 03:56:32 +00:00
Fix codeql pipeline (#4)
This commit is contained in:
@@ -24,6 +24,11 @@ jobs:
|
||||
analyze:
|
||||
name: Analyze
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
Configuration: Release
|
||||
Solution_Path: MTSC.sln
|
||||
Source_Project_Path: MTSC\MTSC.csproj
|
||||
Actions_Allow_Unsecure_Commands: true
|
||||
permissions:
|
||||
actions: read
|
||||
contents: read
|
||||
@@ -57,8 +62,8 @@ jobs:
|
||||
|
||||
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
|
||||
# If this step fails, then you should remove it and run the build manually (see below)
|
||||
- name: Autobuild
|
||||
uses: github/codeql-action/autobuild@v1
|
||||
# - name: Autobuild
|
||||
# uses: github/codeql-action/autobuild@v1
|
||||
|
||||
# ℹ️ Command-line programs to run using the OS shell.
|
||||
# 📚 https://git.io/JvXDl
|
||||
@@ -71,5 +76,8 @@ jobs:
|
||||
# make bootstrap
|
||||
# make release
|
||||
|
||||
- name: Build MTSC project
|
||||
run: dotnet build MTSC -c $env:Configuration
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v1
|
||||
|
||||
Reference in New Issue
Block a user