From 688eb365783c5e00c5b54ebe36a7a954319dc5a6 Mon Sep 17 00:00:00 2001 From: Ian Nara Date: Thu, 7 Nov 2024 13:44:03 -0700 Subject: [PATCH] update refs to v3 --- .github/workflows/shared-publish-to-maven-versioned.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shared-publish-to-maven-versioned.yaml b/.github/workflows/shared-publish-to-maven-versioned.yaml index 57aea023..634ab010 100644 --- a/.github/workflows/shared-publish-to-maven-versioned.yaml +++ b/.github/workflows/shared-publish-to-maven-versioned.yaml @@ -71,7 +71,7 @@ jobs: key: ${{ secrets.GPG_KEY }} - name: Vulnerability Scan - uses: IABTechLab/uid2-shared-actions/actions/vulnerability_scan_filesystem@v2 + uses: IABTechLab/uid2-shared-actions/actions/vulnerability_scan_filesystem@v3 with: scan_severity: HIGH,CRITICAL failure_severity: ${{ inputs.vulnerability_failure_severity }}