Update codeql-analysis.yml

This commit is contained in:
Michael 2022-03-21 23:54:53 -05:00 committed by GitHub
parent d5364a717f
commit 6c28901c18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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