From 4ee0e2996ca2a49a16507804bfcfdd6a06708aed Mon Sep 17 00:00:00 2001 From: Adam Velebil Date: Fri, 15 Dec 2023 17:43:40 +0100 Subject: [PATCH] change job name and add strategy --- .github/workflows/spotbugs-scan.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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