We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72f4c81 commit 8ad097aCopy full SHA for 8ad097a
1 file changed
.github/workflows/snyk-security.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Set up Snyk CLI to check for security issues
40
# Snyk can be used to break the build when it detects security issues.
41
# In this case we want to upload the SAST issues to GitHub Code Scanning
42
- uses: snyk/actions/setup@3e2680e8df93a24b52d119b1305fb7cedc60ceae
+ uses: snyk/actions/setup@e2221410bff24446ba09102212d8bc75a567237d
43
44
# For Snyk Open Source one must first set up the development environment for application's dependencies
45
- name: Set up JDK 11
0 commit comments