Skip to content

Commit

Permalink
removed packages.lock.json, dir specified
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Georgalas committed May 17, 2024
1 parent a219ea0 commit aecf64b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --sarif-file-output=snyk.sarif
args: --sarif-file-output=snyk.sarif Server
- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion Server/InsecureProject.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<SpaProxyLaunchCommand>npm start</SpaProxyLaunchCommand>
<ImplicitUsings>enable</ImplicitUsings>
<TargetFramework>net8.0</TargetFramework>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<!-- <RestorePackagesWithLockFile>true</RestorePackagesWithLockFile> -->
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit aecf64b

Please sign in to comment.