Skip to content

Commit

Permalink
add step to upload results as artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingDepot committed Dec 20, 2023
1 parent 576b896 commit c623ec5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/findsecbugs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,10 @@ jobs:
with:
spotbugs_target: '.'
java_distribution: 'temurin'
java_version: '17'
java_version: '17'
- name: Results as Artifact
uses: actions/upload-artifact@v3
if: success() || failure()
with:
name: spotbugs.sarif
path: '/home/runner/work/spotbugs_working+/spotbugs.sarif'

0 comments on commit c623ec5

Please sign in to comment.