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 5a110e2 + f70367b commit c08455dCopy full SHA for c08455d
.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@10a13eb1b556d09c820d6dbc05233e68b30f10b0
+ uses: snyk/actions/dotnet@e2221410bff24446ba09102212d8bc75a567237d
31
continue-on-error: true # To make sure that SARIF upload gets called
32
env:
33
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
0 commit comments