Skip to content

Bump com.github.spotbugs from 6.0.27 to 6.1.0 in /workers (#384) #583

Bump com.github.spotbugs from 6.0.27 to 6.1.0 in /workers (#384)

Bump com.github.spotbugs from 6.0.27 to 6.1.0 in /workers (#384) #583

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle
name: docker compose CI
on:
push:
branches: [ "main" ]
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: docker compose build --pull