We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c36a396 + 21c53c2 commit 2dba79fCopy full SHA for 2dba79f
.github/workflows/snyk-code.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Restore dependencies
28
run: dotnet restore algorithm_exercises_csharp.sln
29
- name: Run Snyk to check for vulnerabilities
30
- uses: snyk/actions/dotnet@ae57bdf611f027808b07a5dc3baa99fb34e69854
+ uses: snyk/actions/dotnet@2f3c869154a3036de8e53db79251b67d10cfb91f
31
continue-on-error: true # To make sure that SARIF upload gets called
32
env:
33
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
0 commit comments