From 88e0f84cb3aa8ee2a04392246d10cb123f20dd41 Mon Sep 17 00:00:00 2001 From: Brad Bodine Date: Thu, 20 Jul 2023 11:38:48 -0500 Subject: [PATCH] Update snyk-security.yml Signed-off-by: Brad Bodine --- .github/workflows/snyk-security.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/snyk-security.yml b/.github/workflows/snyk-security.yml index 29ca2950..6d4872d3 100644 --- a/.github/workflows/snyk-security.yml +++ b/.github/workflows/snyk-security.yml @@ -39,13 +39,13 @@ 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@806182742461562b67788a64410098c9d9b96adb + # uses: snyk/actions/setup@806182742461562b67788a64410098c9d9b96adb # 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 - # with: - # node-version: 16 + uses: actions/setup-node@v3 + with: + node-version: 16 env: # This is where you will need to introduce the Snyk API token created with your Snyk account