diff --git a/.github/workflows/beam_PreCommit_SQL_Java11.yml b/.github/workflows/beam_PreCommit_SQL_Java11.yml index fdbb68f940a4..e2c666dafa81 100644 --- a/.github/workflows/beam_PreCommit_SQL_Java11.yml +++ b/.github/workflows/beam_PreCommit_SQL_Java11.yml @@ -43,7 +43,7 @@ env: permissions: actions: write pull-requests: read - checks: read + checks: write contents: read deployments: read id-token: none @@ -115,4 +115,10 @@ jobs: uses: actions/upload-artifact@v3 with: name: SpotBugs Results + path: '**/build/reports/spotbugs/*.html' + - name: Publish SpotBugs Results + uses: jwgmeligmeyling/spotbugs-github-action@v1.2 + if: always() + with: + name: SpotBugs path: '**/build/reports/spotbugs/*.html' \ No newline at end of file