mirror of
https://github.com/TheShadowEevee/Sharpii-NetCore.git
synced 2025-01-11 14:58:51 -06:00
Update codeql-analysis.yml
This commit is contained in:
parent
d5364a717f
commit
6c28901c18
1 changed files with 1 additions and 1 deletions
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
|
@ -58,7 +58,7 @@ jobs:
|
|||
# uses a compiled language
|
||||
|
||||
- run: |
|
||||
dotnet publish -c Debug -r linux-x64
|
||||
dotnet publish -c Debug -r linux-x64 /p:UseSharedCompilation=false
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v1
|
||||
|
|
Loading…
Reference in a new issue