From ed69e90ed36eda0113f88230de9bcadae42bbefc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 09:50:50 +0000 Subject: [PATCH] chore(deps): update snyk/actions digest to 6312a53 --- .github/workflows/snyk-security-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snyk-security-scan.yml b/.github/workflows/snyk-security-scan.yml index 7d55b82..d4b5bbc 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@6312a53377a551c0258438bf25fb8f378afbc977 # 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