From 2f54d56a7c41dd01a85a913456244f5f54d23b0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 13:03:29 +0000 Subject: [PATCH] Update snyk/actions digest to 9cf6ca7 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 b04c5b9ab7..db218b5d59 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 }}-v22.x - name: Create Snyk report - uses: snyk/actions/node@9adf32b1121593767fc3c057af55b55db032dc04 # master + uses: snyk/actions/node@9cf6ca713d71123d2d229cc3d7f145b96ea3c518 # 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 a5f5707a52..62d8fa2c69 100644 --- a/.github/workflows/sync_snyk-monitor.yml +++ b/.github/workflows/sync_snyk-monitor.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Monitor and Synchronize Snyk Policies - uses: snyk/actions/node@9adf32b1121593767fc3c057af55b55db032dc04 # master + uses: snyk/actions/node@9cf6ca713d71123d2d229cc3d7f145b96ea3c518 # 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@9adf32b1121593767fc3c057af55b55db032dc04 # master + uses: snyk/actions/node@9cf6ca713d71123d2d229cc3d7f145b96ea3c518 # master continue-on-error: true # To make sure that SARIF upload gets called with: args: >