Skip to content

Build commit cbd2c1905b928ec764d54ce0350b6ab7acc587eb on branch refs/heads/dependabot/maven/develop/com.github.spotbugs-spotbugs-maven-plugin-4.8.5.0 #383

Build commit cbd2c1905b928ec764d54ce0350b6ab7acc587eb on branch refs/heads/dependabot/maven/develop/com.github.spotbugs-spotbugs-maven-plugin-4.8.5.0

Build commit cbd2c1905b928ec764d54ce0350b6ab7acc587eb on branch refs/heads/dependabot/maven/develop/com.github.spotbugs-spotbugs-maven-plugin-4.8.5.0 #383

name: snapshot-workflow
run-name: Build commit ${{ github.sha }} on branch ${{ github.ref }}
on:
push:
branches-ignore:
- main
pull_request:
jobs:
build-snapshot:
name: Build Snapshot
runs-on: ubuntu-22.04
steps:
- run: echo "This job was automatically triggered by a ${{ github.event_name }} event."
- name: Checkout
uses: actions/checkout@v4
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-package: 'jdk'
java-version: '22'
check-latest: true
cache: 'maven'
- name: Build & Test
run: |
mvn -B -U clean package