diff --git a/.github/workflows/snyk-code.yml b/.github/workflows/snyk-code.yml index 7568077..969e7e9 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@10a13eb1b556d09c820d6dbc05233e68b30f10b0 + uses: snyk/actions/dotnet@e2221410bff24446ba09102212d8bc75a567237d continue-on-error: true # To make sure that SARIF upload gets called env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}