chore(deps): update snyk/actions digest to 9213221

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-08-23 11:46:35 +00:00
committed by GitHub
parent 410f62b9ad
commit 4c284803a8
2 changed files with 3 additions and 3 deletions
@@ -29,7 +29,7 @@ jobs:
cache-prefix: ${{ runner.os }}-v18.x
- name: Create Snyk report
uses: snyk/actions/node@6312a53377a551c0258438bf25fb8f378afbc977 # master
uses: snyk/actions/node@9213221444c2dc9e8b2502c1e857c26d851e84a7 # master
continue-on-error: true # Snyk CLI exits with error when vulnerabilities are found
with:
args: >
+2 -2
View File
@@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Monitor and Synchronize Snyk Policies
uses: snyk/actions/node@6312a53377a551c0258438bf25fb8f378afbc977 # master
uses: snyk/actions/node@9213221444c2dc9e8b2502c1e857c26d851e84a7 # 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@6312a53377a551c0258438bf25fb8f378afbc977 # master
uses: snyk/actions/node@9213221444c2dc9e8b2502c1e857c26d851e84a7 # master
continue-on-error: true # To make sure that SARIF upload gets called
with:
args: >