diff --git a/.github/workflows/snyk-security-scan.yml b/.github/workflows/snyk-security-scan.yml index 7d55b82..0f3aa1f 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@ae9442546152ba9bb0a1c85e2672112c97e7a06d # 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