Skip to content

Commit

Permalink
change job name and add strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamVe committed Dec 15, 2023
1 parent 47e1c9f commit 4ee0e29
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/spotbugs-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- cron: '25 16 * * 0'

jobs:
spotbugs-analyze:
analyze:
name: SpotBugs Analyze

runs-on: ubuntu-latest
Expand All @@ -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
Expand Down

0 comments on commit 4ee0e29

Please sign in to comment.