From 32a859ff228545eab168f885655eca0993432dc2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 14:55:21 +0000 Subject: [PATCH] Update snyk/actions digest to de2dda6 --- .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 541aa39..1559c30 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@e2221410bff24446ba09102212d8bc75a567237d + uses: snyk/actions/dotnet@de2dda699bf7276d103ed6a72a5bc5a1871ad658 continue-on-error: true # To make sure that SARIF upload gets called env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}