diff --git a/.github/workflows/findsecbugs.yml b/.github/workflows/findsecbugs.yml index 12334d98f..161211b8a 100644 --- a/.github/workflows/findsecbugs.yml +++ b/.github/workflows/findsecbugs.yml @@ -34,4 +34,10 @@ jobs: with: spotbugs_target: '.' java_distribution: 'temurin' - java_version: '17' \ No newline at end of file + 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' \ No newline at end of file