Skip to content

Commit

Permalink
Fix actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
melontini committed Jul 16, 2024
1 parent 963f743 commit 2f7f52f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
uses: constellation-mc/actions/.github/workflows/gradle-build.yml@main
with:
java: 17
java: 21
gradle_tasks: spotbugs
reviewdog: |
cat ./build/reports/spotbugs/main/spotbugs.sarif | reviewdog -name="spotbugs" -f=sarif -reporter=github-check -level=warning
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
publish:
uses: constellation-mc/actions/.github/workflows/mc-publish.yml@main
with:
java: 17
java: 21
version_type: ${{ inputs.version_type }}
secrets: inherit

0 comments on commit 2f7f52f

Please sign in to comment.