From 2f0e8ccbffd50e657ef4de30a35fc5ce553d7f86 Mon Sep 17 00:00:00 2001 From: Peter Strick <60312421+PeterStrick@users.noreply.github.com> Date: Sun, 27 Mar 2022 10:18:56 +0200 Subject: [PATCH] Fix Github Action for .Net 4.x --- .github/workflows/securitycodescan.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/securitycodescan.yml b/.github/workflows/securitycodescan.yml index 3bff5e8..aa1bcc3 100644 --- a/.github/workflows/securitycodescan.yml +++ b/.github/workflows/securitycodescan.yml @@ -26,10 +26,10 @@ jobs: uses: security-code-scan/security-code-scan-add-action@f8ff4f2763ed6f229eded80b1f9af82ae7f32a0d - name: Restore dependencies - run: dotnet restore + run: nuget restore - name: Build - run: dotnet build --no-restore + run: msbuild - name: Convert sarif for uploading to GitHub uses: security-code-scan/security-code-scan-results-action@cdb3d5e639054395e45bf401cba8688fcaf7a687