diff --git a/.github/workflows/spotbugs-scan.yml b/.github/workflows/spotbugs-scan.yml index f122af2d..945a6d2b 100644 --- a/.github/workflows/spotbugs-scan.yml +++ b/.github/workflows/spotbugs-scan.yml @@ -9,7 +9,7 @@ on: - cron: '25 16 * * 0' jobs: - spotbugs-analyze: + analyze: name: SpotBugs Analyze runs-on: ubuntu-latest @@ -19,6 +19,11 @@ jobs: contents: read security-events: write + strategy: + fail-fast: false + matrix: + language: [ 'java' ] + steps: - name: Checkout repository uses: actions/checkout@v3