Skip to content

chore: bump @ethereumjs/tx from 4.1.2 to 5.2.1 (#1293) #86

chore: bump @ethereumjs/tx from 4.1.2 to 5.2.1 (#1293)

chore: bump @ethereumjs/tx from 4.1.2 to 5.2.1 (#1293) #86

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@v3
- name: Check vulnerabilities
uses: snyk/actions/[email protected]
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --yarn-workspaces --strict-out-of-sync=false --detection-depth=5 --dev