diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 923ff10f8e..e21a150fd7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,7 +104,7 @@ jobs: mkdir temp-dir-for-sast bash ./scripts/ci/remove-sast-exclusions.sh ./packaging/war/target/alfresco.war temp-dir-for-sast/reduced.war - name: "Run SAST Scan" - uses: veracode/Veracode-pipeline-scan-action@v1.0.16 + uses: veracode/Veracode-pipeline-scan-action@v1.0.19 with: vid: ${{ secrets.VERACODE_API_ID }} vkey: ${{ secrets.VERACODE_API_KEY }}