Skip to content

chore(deps): bump org.jenkins-ci.plugins:plugin from 4.43.1 to 4.76 #446

chore(deps): bump org.jenkins-ci.plugins:plugin from 4.43.1 to 4.76

chore(deps): bump org.jenkins-ci.plugins:plugin from 4.43.1 to 4.76 #446

Workflow file for this run

---
name: SpotBugs
on:
pull_request:
jobs:
spotbugs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v3.12.0
with:
distribution: 'temurin'
java-version: 11
- name: SpotBugs
run: |
mvn --no-transfer-progress spotbugs:check