diff --git a/.github/workflows/snyk-code.yml b/.github/workflows/snyk-code.yml index d6dc6ce..f0b8db0 100644 --- a/.github/workflows/snyk-code.yml +++ b/.github/workflows/snyk-code.yml @@ -27,7 +27,7 @@ jobs: - name: Restore dependencies run: dotnet restore algorithm_exercises_csharp.sln - name: Run Snyk to check for vulnerabilities - uses: snyk/actions/dotnet@86b1cee1b8e110a78d528b3e1328a80e218111d2 + uses: snyk/actions/dotnet@ae57bdf611f027808b07a5dc3baa99fb34e69854 continue-on-error: true # To make sure that SARIF upload gets called env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}