Skip to content

chore(deps): pin dropwizard/workflows action to 05c8fb3 (release/5.0.x) #821

chore(deps): pin dropwizard/workflows action to 05c8fb3 (release/5.0.x)

chore(deps): pin dropwizard/workflows action to 05c8fb3 (release/5.0.x) #821

Workflow file for this run

---
name: Build
# yamllint disable-line rule:truthy
on:
push:
branches:
- release/**
pull_request:
jobs:
yamllint:
uses: dropwizard/workflows/.github/workflows/yamllint.yml@6458e8a6570531e6c5a4f5cac42ae2ed0718956b # main
build:
strategy:
fail-fast: false
matrix:
java-version: ['17', '21']
uses: dropwizard/workflows/.github/workflows/maven.yml@6458e8a6570531e6c5a4f5cac42ae2ed0718956b # main
secrets: inherit
with:
java-version: ${{ matrix.java-version }}