From 0665cc976612a72a436f5ec87c950cc357c8f093 Mon Sep 17 00:00:00 2001 From: way zheng Date: Thu, 3 Jul 2025 17:57:43 -0700 Subject: [PATCH] update scan vulnerability file usage --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c3d7225..0602fef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,9 @@ jobs: run: ./gradlew build - name: Vulnerability Scan - uses: IABTechLab/uid2-shared-actions/actions/vulnerability_scan_filesystem@v3 + uses: IABTechLab/uid2-shared-actions/actions/vulnerability_scan@v3 + with: + scan_type: 'fs' - name: Deploy SNAPSHOT to Maven Central if: github.event_name == 'push' && github.ref == 'refs/heads/main'