Skip to content

[Snyk] Upgrade io.projectreactor:reactor-core from 3.7.4 to 3.7.12 #181

[Snyk] Upgrade io.projectreactor:reactor-core from 3.7.4 to 3.7.12

[Snyk] Upgrade io.projectreactor:reactor-core from 3.7.4 to 3.7.12 #181

Workflow file for this run

name: Build
on:
push:
branches:
- '**'
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK 1.8
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 8
cache: 'maven'
- name: Set up Aerospike Database
uses: reugn/github-action-aerospike@v1
- name: Build with Maven
run: mvn clean test -B -U