Skip to content

fix(deps): update dependency io.hypersistence:hypersistence-utils-hibernate-62 to v3.5.3 #582

fix(deps): update dependency io.hypersistence:hypersistence-utils-hibernate-62 to v3.5.3

fix(deps): update dependency io.hypersistence:hypersistence-utils-hibernate-62 to v3.5.3 #582

Workflow file for this run

name: aws-sqs-project
on:
push:
paths:
- "aws-sqs-project/**"
branches: [ main ]
pull_request:
paths:
- "aws-sqs-project/**"
types:
- opened
- synchronize
- reopened
jobs:
build:
name: Run Unit & Integration Tests
runs-on: ubuntu-latest
defaults:
run:
working-directory: "aws-sqs-project"
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK
uses: actions/[email protected]
with:
java-version: 17
distribution: 'zulu'
cache: 'maven'
- name: Build and analyze
run: ./mvnw clean verify