Skip to content

Commit

Permalink
Merge pull request #28 from johnsonjh/renovate/actions-upload-artifac…
Browse files Browse the repository at this point in the history
…t-2.x

Update actions/upload-artifact action to v2
  • Loading branch information
johnsonjh authored Jan 7, 2021
2 parents 34daced + df263ff commit 0200a03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/veracode-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
files: /
recursive: true
dest: veracode-pipeline-scan-results-to-sarif.zip
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v2
with:
name: my-artifact
path: veracode-pipeline-scan-results-to-sarif.zip
Expand All @@ -29,7 +29,7 @@ jobs:
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
continue-on-error: true
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v2
with:
name: ScanResults
path: results.json
Expand Down

0 comments on commit 0200a03

Please sign in to comment.