Skip to content

chore(deps): update dependency org.owasp:dependency-check-maven to v10.0.2 #180

chore(deps): update dependency org.owasp:dependency-check-maven to v10.0.2

chore(deps): update dependency org.owasp:dependency-check-maven to v10.0.2 #180

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