Skip to content

chore: update build actions before deprecation (#2705) #506

chore: update build actions before deprecation (#2705)

chore: update build actions before deprecation (#2705) #506

Workflow file for this run

name: Snyk
on:
push:
branches:
- 'develop'
jobs:
test:
name: Test
# Only run on push events or PRs from bloomwalletio/bloom, skip on PRs from forks
# Secret variables cannot be exposed to PRs from forks
if: github.event_name == 'push'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check vulnerabilities
uses: snyk/actions/[email protected]
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --yarn-workspaces --severity-threshold=high --strict-out-of-sync=false --detection-depth=5 --dev