From 0a37f21501bce70bfbeb171b911f55e7e2682b55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 13:26:32 +0000 Subject: [PATCH] chore(deps): update snyk/actions digest to 3e2680e Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/sync_snyk-github-issues.yml | 2 +- .github/workflows/sync_snyk-monitor.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sync_snyk-github-issues.yml b/.github/workflows/sync_snyk-github-issues.yml index 80e59f048c..dae8240a24 100644 --- a/.github/workflows/sync_snyk-github-issues.yml +++ b/.github/workflows/sync_snyk-github-issues.yml @@ -29,7 +29,7 @@ jobs: cache-prefix: ${{ runner.os }}-v18.x - name: Create Snyk report - uses: snyk/actions/node@39091e69b560da335383b404e50d65b408f4f812 # master + uses: snyk/actions/node@3e2680e8df93a24b52d119b1305fb7cedc60ceae # master continue-on-error: true # Snyk CLI exits with error when vulnerabilities are found with: args: > diff --git a/.github/workflows/sync_snyk-monitor.yml b/.github/workflows/sync_snyk-monitor.yml index eda19a3a88..3694755c7c 100644 --- a/.github/workflows/sync_snyk-monitor.yml +++ b/.github/workflows/sync_snyk-monitor.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@v4.1.1 - name: Monitor and Synchronize Snyk Policies - uses: snyk/actions/node@39091e69b560da335383b404e50d65b408f4f812 # master + uses: snyk/actions/node@3e2680e8df93a24b52d119b1305fb7cedc60ceae # master with: command: monitor args: > @@ -46,7 +46,7 @@ jobs: # Above we run the `monitor` command, this runs the `test` command which is # the one that generates the SARIF report that we can upload to GitHub. - name: Create Snyk report - uses: snyk/actions/node@39091e69b560da335383b404e50d65b408f4f812 # master + uses: snyk/actions/node@3e2680e8df93a24b52d119b1305fb7cedc60ceae # master continue-on-error: true # To make sure that SARIF upload gets called with: args: >