Skip to content

Commit 6394c89

Browse files
Update snyk/actions digest to 86b1cee
1 parent 5739e3e commit 6394c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snyk-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Restore dependencies
2828
run: dotnet restore algorithm_exercises_csharp.sln
2929
- name: Run Snyk to check for vulnerabilities
30-
uses: snyk/actions/dotnet@b98d498629f1c368650224d6d212bf7dfa89e4bf
30+
uses: snyk/actions/dotnet@86b1cee1b8e110a78d528b3e1328a80e218111d2
3131
continue-on-error: true # To make sure that SARIF upload gets called
3232
env:
3333
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 commit comments

Comments
 (0)