Skip to content

Fix endpoints updates and Algorand USDT pool availability warnings #377

Fix endpoints updates and Algorand USDT pool availability warnings

Fix endpoints updates and Algorand USDT pool availability warnings #377

Workflow file for this run

name: Security Check
on:
push:
branches: [develop, master]
pull_request:
branches: [develop, master]
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/node@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --severity-threshold=high