diff --git a/.github/workflows/Publish.yml b/.github/workflows/Publish.yml index b29060e6..6a3ac50c 100644 --- a/.github/workflows/Publish.yml +++ b/.github/workflows/Publish.yml @@ -268,7 +268,7 @@ jobs: continue-on-error: true env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} - run: snyk test --file=QuanTAlib.sln --all-projects --detection-depth=4 + run: snyk test --file=QuanTAlib.sln # ============================================================================== # 7. CodeQL Analysis