diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 3f1f0043f..907f8887b 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -102,6 +102,6 @@ jobs: - name: 🐾 Audit dependencies uses: snyk/actions/node@master with: - args: --all-projects --severity-threshold high --fail-on all + args: --all-projects --severity-threshold=high --fail-on=all env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}