From 6b9a25eb5250e7659ca8d0acb2bbc9dc50f12534 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 15:01:57 +0000 Subject: [PATCH] Bump snyk/actions (#1913) Bumps [snyk/actions](https://github.com/snyk/actions) from dad21f44fadb6fbcd8d89d8b602d6ac761fe4c86 to 640e31719aac3e44867d239dc86c20c3e34c8e4f. - [Release notes](https://github.com/snyk/actions/releases) - [Commits](https://github.com/snyk/actions/compare/dad21f44fadb6fbcd8d89d8b602d6ac761fe4c86...640e31719aac3e44867d239dc86c20c3e34c8e4f) --- updated-dependencies: - dependency-name: snyk/actions dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/snyk-security.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/snyk-security.yml b/.github/workflows/snyk-security.yml index bb1192c69..001e148b1 100644 --- a/.github/workflows/snyk-security.yml +++ b/.github/workflows/snyk-security.yml @@ -54,7 +54,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@dad21f44fadb6fbcd8d89d8b602d6ac761fe4c86 + uses: snyk/actions/setup@640e31719aac3e44867d239dc86c20c3e34c8e4f env: # This is where you will need to introduce the Snyk API token created with your Snyk account SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} @@ -120,7 +120,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@dad21f44fadb6fbcd8d89d8b602d6ac761fe4c86 + uses: snyk/actions/setup@640e31719aac3e44867d239dc86c20c3e34c8e4f env: # This is where you will need to introduce the Snyk API token created with your Snyk account SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}