Skip to content

fix(deps): update dependency commons-io:commons-io to v2.14.0 #45

fix(deps): update dependency commons-io:commons-io to v2.14.0

fix(deps): update dependency commons-io:commons-io to v2.14.0 #45

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