diff --git a/.github/workflows/snyk-security.yml b/.github/workflows/snyk-security.yml index 8a63639..412ed55 100644 --- a/.github/workflows/snyk-security.yml +++ b/.github/workflows/snyk-security.yml @@ -39,7 +39,7 @@ jobs: - name: Set up Snyk CLI to check for security issues # Snyk can be used to break the build when it detects security issues. # In this case we want to upload the SAST issues to GitHub Code Scanning - uses: snyk/actions/setup@806182742461562b67788a64410098c9d9b96adb + uses: snyk/actions/setup@9213221444c2dc9e8b2502c1e857c26d851e84a7 # For Snyk Open Source you must first set up the development environment for your application's dependencies # For example for Node