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 b6a6262 + 97b2864 commit c36a396Copy full SHA for c36a396
.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@86b1cee1b8e110a78d528b3e1328a80e218111d2
+ uses: snyk/actions/dotnet@ae57bdf611f027808b07a5dc3baa99fb34e69854
31
continue-on-error: true # To make sure that SARIF upload gets called
32
env:
33
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
0 commit comments