Skip to content

chore: Bump electron from 22.3.14 to 22.3.16 in /packages/desktop (#7… #4429

chore: Bump electron from 22.3.14 to 22.3.16 in /packages/desktop (#7…

chore: Bump electron from 22.3.14 to 22.3.16 in /packages/desktop (#7… #4429

Workflow file for this run

name: Snyk
on:
push:
branches:
- 'main'
- 'main-mobile'
- 'develop'
jobs:
test:
# Only run on push events or PRs from iotaledger/firefly, skip on PRs from forks
# Secret variables cannot be exposed to PRs from forks
if: github.event_name == 'push'
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- 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