From 35386de395c29b3f5c4ade263738e861e4b892c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 18:56:43 +0000 Subject: [PATCH] Bump veracode/Veracode-pipeline-scan-action from 1.0.10 to 1.0.16 Bumps [veracode/Veracode-pipeline-scan-action](https://github.com/veracode/veracode-pipeline-scan-action) from 1.0.10 to 1.0.16. - [Release notes](https://github.com/veracode/veracode-pipeline-scan-action/releases) - [Commits](https://github.com/veracode/veracode-pipeline-scan-action/compare/v1.0.10...v1.0.16) --- updated-dependencies: - dependency-name: veracode/Veracode-pipeline-scan-action 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 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 }}'