diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69a056382c..6dbc832a8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: bash ./scripts/ci/init.sh bash ./scripts/ci/build.sh - name: "Run SAST Scan" - uses: veracode/Veracode-pipeline-scan-action@v1.0.10 + uses: veracode/Veracode-pipeline-scan-action@v1.0.16 with: vid: '${{ secrets.VERACODE_API_ID }}' vkey: '${{ secrets.VERACODE_API_KEY }}'