From 5b0d19873fa17c8dc07c2df586c790eb0b00018c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 00:09:27 +0000 Subject: [PATCH] Bump veracode/Veracode-pipeline-scan-action from 1.0.16 to 1.0.19 Bumps [veracode/Veracode-pipeline-scan-action](https://github.com/veracode/veracode-pipeline-scan-action) from 1.0.16 to 1.0.19. - [Release notes](https://github.com/veracode/veracode-pipeline-scan-action/releases) - [Commits](https://github.com/veracode/veracode-pipeline-scan-action/compare/v1.0.16...v1.0.19) --- updated-dependencies: - dependency-name: veracode/Veracode-pipeline-scan-action dependency-version: 1.0.19 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}