Skip to content

Commit

Permalink
Merge branch 'dependabot/github_actions/actions/setup-java-4.5.0'
Browse files Browse the repository at this point in the history
github-actions[bot] committed Oct 24, 2024

Unverified

This user has not yet uploaded their public signing key.
2 parents b07492d + 64b5472 commit fe25104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/veracode-analysis.yml
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ jobs:
args: -O https://downloads.veracode.com/securityscan/pipeline-scan-LATEST.zip
- run: unzip -o pipeline-scan-LATEST.zip

- uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
- uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
with:
java-version: 1.8
- run: java -jar pipeline-scan.jar --veracode_api_id "${{secrets.VERACODE_API_ID}}" --veracode_api_key "${{secrets.VERACODE_API_KEY}}" --fail_on_severity="Very High, High" --file veracode-pipeline-scan-results-to-sarif.zip

0 comments on commit fe25104

Please sign in to comment.