From 403357a37c1af49e34c3f813afce40ae981c782b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 12:57:13 +0000 Subject: [PATCH] chore(deps): update snyk/actions digest to d406fd2 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 2ea3fcd5a1..b369987f66 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@8349f9043a8b7f0f3ee8885bf28f0b388d2446e8 # master + uses: snyk/actions/node@d406fd286b663eb8c6f8adcced4f7bcd199c0a3f # 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 e6b274c395..0919792a09 100644 --- a/.github/workflows/sync_snyk-monitor.yml +++ b/.github/workflows/sync_snyk-monitor.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 - name: Monitor and Synchronize Snyk Policies - uses: snyk/actions/node@8349f9043a8b7f0f3ee8885bf28f0b388d2446e8 # master + uses: snyk/actions/node@d406fd286b663eb8c6f8adcced4f7bcd199c0a3f # 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@8349f9043a8b7f0f3ee8885bf28f0b388d2446e8 # master + uses: snyk/actions/node@d406fd286b663eb8c6f8adcced4f7bcd199c0a3f # master continue-on-error: true # To make sure that SARIF upload gets called with: args: >