Skip to content

Commit

Permalink
build(deps): update veracode/veracode-pipeline-scan-results-to-sarif …
Browse files Browse the repository at this point in the history
…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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent 04dbdbe commit 4b7cf51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/veracode-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/veracode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b7cf51

Please sign in to comment.