build(deps): bump io.jenkins.tools.bom:bom-2.492.x from 5165.vdfd66a_57c648 to 5294.va_d2e144c80e1 #666
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: SpotBugs | |
on: | |
pull_request: | |
jobs: | |
spotbugs: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v5 | |
- name: Setup Java | |
uses: actions/[email protected] | |
with: | |
distribution: 'temurin' | |
java-version: 17 | |
- name: SpotBugs | |
run: | | |
mvn --no-transfer-progress spotbugs:check |