Skip to content

Commit

Permalink
Fix Github Action for .Net 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterStrick authored Mar 27, 2022
1 parent 5a44a54 commit 2f0e8cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/securitycodescan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f0e8cc

Please sign in to comment.