From 4b7cf51c42e31b514c5690e49135fb326f926dd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 07:34:53 +0000 Subject: [PATCH] build(deps): update veracode/veracode-pipeline-scan-results-to-sarif requirement to 7a4200f5e4b9ff2260a6d8a677585198b906567e Updates the requirements on [veracode/veracode-pipeline-scan-results-to-sarif](https://github.com/veracode/veracode-pipeline-scan-results-to-sarif) to permit the latest version. - [Release notes](https://github.com/veracode/veracode-pipeline-scan-results-to-sarif/releases) - [Commits](https://github.com/veracode/veracode-pipeline-scan-results-to-sarif/commits/7a4200f5e4b9ff2260a6d8a677585198b906567e) --- updated-dependencies: - dependency-name: veracode/veracode-pipeline-scan-results-to-sarif dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/veracode-analysis.yml | 2 +- .github/workflows/veracode.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/veracode-analysis.yml b/.github/workflows/veracode-analysis.yml index 97642d309..8258d2f79 100644 --- a/.github/workflows/veracode-analysis.yml +++ b/.github/workflows/veracode-analysis.yml @@ -54,7 +54,7 @@ jobs: continue-on-error: true - name: Convert pipeline scan output to SARIF format id: convert - uses: veracode/veracode-pipeline-scan-results-to-sarif@37a60a38fedd7712b5e7bdfd41cc6bf5843a6791 + uses: veracode/veracode-pipeline-scan-results-to-sarif@7a4200f5e4b9ff2260a6d8a677585198b906567e with: pipeline-results-json: results.json - uses: github/codeql-action/upload-sarif@2f93e4319b2f04a2efc38fa7f78bd681bc3f7b2f # v2.23.2 diff --git a/.github/workflows/veracode.yml b/.github/workflows/veracode.yml index aec5c279e..9266861e3 100644 --- a/.github/workflows/veracode.yml +++ b/.github/workflows/veracode.yml @@ -55,7 +55,7 @@ jobs: continue-on-error: true - name: Convert pipeline scan output to SARIF format id: convert - uses: veracode/veracode-pipeline-scan-results-to-sarif@ff08ae5b45d5384cb4679932f184c013d34da9be + uses: veracode/veracode-pipeline-scan-results-to-sarif@7a4200f5e4b9ff2260a6d8a677585198b906567e with: pipeline-results-json: results.json - uses: github/codeql-action/upload-sarif@2f93e4319b2f04a2efc38fa7f78bd681bc3f7b2f # v2.23.2