Skip to content

Update actions/checkout digest to 0ad4b8f (#452) #233

Update actions/checkout digest to 0ad4b8f (#452)

Update actions/checkout digest to 0ad4b8f (#452) #233

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@main
build:
strategy:
fail-fast: false
matrix:
java-version: ['11', '17', '21']
uses: dropwizard/workflows/.github/workflows/maven.yml@main
secrets: inherit
with:
java-version: ${{ matrix.java-version }}