From f70367bd0bf18da76835bdf8dd596101e781a1b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 17:02:57 +0000 Subject: [PATCH] Update snyk/actions digest to e222141 --- .github/workflows/snyk-code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}