Update dependency org.hibernate:hibernate-core to v6.4.5.Final #2225
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: push | |
on: | |
push: | |
branches: | |
- "**" | |
pull_request: | |
branches: | |
- "master" | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 | |
with: | |
fetch-depth: 1 | |
- uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0 | |
with: | |
java-version: 17 | |
distribution: oracle | |
- run: | | |
./gradlew build | |
./gradlew combinedjavadoc | |
./gradlew combinedWindowsZip | |
./gradlew combinedLinuxZip | |
./gradlew combinedrpm | |
./gradlew combineddeb |