From ea8e21c2fc29d80375f111c4797654622cfa6764 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 02:21:01 +0000 Subject: [PATCH] Bump snyk/actions Bumps [snyk/actions](https://github.com/snyk/actions) from 640e31719aac3e44867d239dc86c20c3e34c8e4f to 6312a53377a551c0258438bf25fb8f378afbc977. - [Release notes](https://github.com/snyk/actions/releases) - [Commits](https://github.com/snyk/actions/compare/640e31719aac3e44867d239dc86c20c3e34c8e4f...6312a53377a551c0258438bf25fb8f378afbc977) --- updated-dependencies: - dependency-name: snyk/actions dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/snyk-security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snyk-security.yml b/.github/workflows/snyk-security.yml index dca2f5b6..a832b9a8 100644 --- a/.github/workflows/snyk-security.yml +++ b/.github/workflows/snyk-security.yml @@ -110,7 +110,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@640e31719aac3e44867d239dc86c20c3e34c8e4f + 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