Skip to content

Bump com.github.spotbugs from 6.4.4 to 6.4.5 #1147

Bump com.github.spotbugs from 6.4.4 to 6.4.5

Bump com.github.spotbugs from 6.4.4 to 6.4.5 #1147

Workflow file for this run

name: Gradle
on: [push, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Gradle
uses: gradle/actions/setup-gradle@v5
- name: Check with Gradle
run: ./gradlew check
- name: Integration Test with Gradle
run: ./gradlew integrationTest
- uses: codecov/codecov-action@v3