Skip to content

⬆️ Bump the dependencies group with 1 update #139

⬆️ Bump the dependencies group with 1 update

⬆️ Bump the dependencies group with 1 update #139

Workflow file for this run

name: Snyk
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
analyze:
if: github.event.pull_request.head.repo.fork == false
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Check for High Severity OSS Vulnerabilities
uses: snyk/actions/python@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --severity-threshold=high --fail-on=upgradable