diff --git a/.github/workflows/snyk-security-scan.yml b/.github/workflows/snyk-security-scan.yml index 7d55b82..d28b1f7 100644 --- a/.github/workflows/snyk-security-scan.yml +++ b/.github/workflows/snyk-security-scan.yml @@ -47,7 +47,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@d406fd286b663eb8c6f8adcced4f7bcd199c0a3f + 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 #- uses: actions/setup-node@v3