Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
pull_request:
jobs:
yamllint:
uses: dropwizard/workflows/.github/workflows/yamllint.yml@main
uses: dropwizard/workflows/.github/workflows/yamllint.yml@6458e8a6570531e6c5a4f5cac42ae2ed0718956b # main

Check failure on line 11 in .github/workflows/build.yml

View workflow job for this annotation

GitHub Actions / yamllint / 🧹 yamllint

line too long

Check warning on line 11 in .github/workflows/build.yml

View workflow job for this annotation

GitHub Actions / yamllint / 🧹 yamllint

too few spaces before comment
build:
strategy:
fail-fast: false
matrix:
java-version: ['17', '21']
uses: dropwizard/workflows/.github/workflows/maven.yml@main
uses: dropwizard/workflows/.github/workflows/maven.yml@6458e8a6570531e6c5a4f5cac42ae2ed0718956b # main

Check failure on line 17 in .github/workflows/build.yml

View workflow job for this annotation

GitHub Actions / yamllint / 🧹 yamllint

line too long

Check warning on line 17 in .github/workflows/build.yml

View workflow job for this annotation

GitHub Actions / yamllint / 🧹 yamllint

too few spaces before comment
secrets: inherit
with:
java-version: ${{ matrix.java-version }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
- v*
jobs:
release:
uses: dropwizard/workflows/.github/workflows/release.yml@main
uses: dropwizard/workflows/.github/workflows/release.yml@6458e8a6570531e6c5a4f5cac42ae2ed0718956b # main

Check failure on line 10 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / yamllint / 🧹 yamllint

line too long

Check warning on line 10 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / yamllint / 🧹 yamllint

too few spaces before comment
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/trigger-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
type: string
jobs:
release:
uses: dropwizard/workflows/.github/workflows/trigger-release.yml@main
uses: dropwizard/workflows/.github/workflows/trigger-release.yml@6458e8a6570531e6c5a4f5cac42ae2ed0718956b # main
secrets: inherit
with:
releaseVersion: ${{ inputs.releaseVersion }}
Expand Down