From 66e978369de5165b79f3255222ab20d001f0ff41 Mon Sep 17 00:00:00 2001 From: ham <159665404+r-h-y@users.noreply.github.com> Date: Tue, 10 Sep 2024 01:09:09 +0100 Subject: [PATCH] Update msptool.yml --- .github/workflows/msptool.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/msptool.yml b/.github/workflows/msptool.yml index 573a649..c7c411d 100644 --- a/.github/workflows/msptool.yml +++ b/.github/workflows/msptool.yml @@ -38,11 +38,10 @@ jobs: - name: Check for security updates uses: actions/dependency-review-action@v2 - id: depcheck with: - directory: msptool - env: - GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }} + fail-on-severity: low + fail-on-scopes: runtime + repo-token: ${{ secrets.PAT_TOKEN }} - name: Update version number run: |